h5 {
  font-weight: bold;
  margin-top: 2em;
}

.form-control {
  width: auto;
  display: inline-block;
  background-color: #a20b24;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-control option {
  background-color: #fff;
  color: #111;
  margin: 10px !important;
  padding: 10px !important;
}

.form-control option:hover {
  background-color: #ddd;
}

.options {
  margin-top: 45px;
  padding: 1em;
  background-color: #f4f4f4;
}

.options button {
  float: right;
}

.table {
  background-color: #d4d4d4;
}

.list-group-item small {
  display: inline-block;
  /* text-align: right; */
}

.list-group a {
  text-decoration: none;
}

.list-group-item:hover {
  background-color: #a20b24aa !important;
  color: #fff;
}

.list-group-item {
  padding: 5px 10px;
  border-radius: 0;
}

li h5 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}

.options h4 {
  font-weight: bold;
  margin-top: 1em;
  background-color: #a20b24;
  padding-left: 10px;
  color: #fff;
  display: inline-block;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.feedback {
  margin-top: 1em;
}

.table {
  background-color: #f4f4f4;
}

.lang {
  visibility: hidden;
}

.fa-arrow-right,
.panel a {
  color: #a20b24 !important;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #a20b24;
  font-family: sans-serif;
  font-size: 15px;
  color: #444;
  background-color: #f4f4f4;
  line-height: 1.5em;
  /* font-style: italic; */
}

li {
  margin-bottom: 1em;
}

a.intern {
  font-weight: bold !important;
}

a.intern:hover {
  color: #7a081b !important;
}

.panel-body {
  padding: 1em 2em;
}

.fa-arrow-right {
  position: absolute;
  left: 10px;
  top: 2px;
}

p {
  line-height: 1.7em;
}

p.arrow {
  padding-left: 35px;
  position: relative;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 3em;
  padding-left: 0px;
}

h3 {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.lo {
  font-variant: small-caps;
}

.navbar.shrink div.lang {
  display: none;
}

@media (max-width: 600px) {
  .form-control {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .form-control {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 2px 4px;
     max-width:100%;
  }

  .options {
    margin-top: 25px;
    padding: 0px;
    background-color: transparent;
  }
}

@media (max-width: 340px) {
  .form-control {
    margin-bottom: 10px;
    font-size: 10.5px;
    padding: 2px 4px;
    max-width:100%;
  }
}
