#t1>tbody>tr>td:nth-child(1) {
  min-width: 120px;
  padding-left: 10px;
  font-weight: bold;
}

#t1>tbody>tr>td {
  padding-bottom: 10px;
}

.slider-tick.round.in-selection, .slider-selection.tick-slider-selection {
  background-color: #3b4042 !important;
  background-image: linear-gradient(180deg, #ffbf00, #ffbf00);
}

.slider.slider-horizontal {
  width: 90%;
}

.slider-handle {
  position: absolute;
  margin-top: -2.5px;
  width: 30px;
  height: 30px;
  background-color: #ffbf00 !important;
  background-image: linear-gradient(180deg, #ffbf00, #ffbf00);
  background-repeat: repeat-x;
}

.slider.slider-horizontal .slider-track {
  height: 15px;
  background-color: #bababa;
}

.slider-tick {
  position: absolute;
  cursor: pointer;
  margin-top: -2.5px;
  width: 30px;
  height: 30px;
  background-color: #bababa;
  opacity: 1;
}

div.slider-tick-label {
  margin-top: 5px;
}

.img-label {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 7px;
}

input:active+.img-label {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

input:checked+.img-label {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.table {
  background-color: #ffebcd;
}

.table>thead {
  font-weight: bold;
  text-align: center;
}

input {
  display: none;
}

.img-poster {
  width: 100%;
}

.radio-wrapper {
  text-align: center;
  min-width: 190px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.col-6 {
  display: inline-block;
  width: 40%;
}

.navbar-inverse {
  background-color:#204768;
}
