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;
}

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

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

.options {
  padding: 1em;
}

.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;
}

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

h4 {
  font-weight: bold;
  margin-top: 1em;
  background-color: #A20B24;
  margin-left: -16px;
  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;
}
