.jumbotron {
  background: #eee;
}
.admin-edit-url {
  font-size: 12px;
}
.index-page span.btn {
  background: #17a2b8;
}
.index-page span.btn-active {
  background: #28a745;
}
.custom-radio {
  display: inline-block;
  margin-bottom: 1rem;
}
.custom-radio label:before {
  display: none;
}
.custom-radio label:before {
  display: none;
}
.custom-radio input[type="radio"]:checked+label,
.Checked+label {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.custom-radio input[type="radio"]:not(:checked) + label {
  background-color: #17a2b8;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.questionnaire .answer {
  background: #9e9c9c;
  color: white;
  padding: 15px;
  border-radius: 10px;
  border: grey solid 1px;
  display: inline-block;
}
.questionnaire .active {
  background: #28a745 !important;
}
@media (max-width: 768px) {
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0px 18px 30px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
}
.footer {
  padding-left: 25px;
  height: auto;
}
.footer .signup-eula {
  display: block;
  width: 100%;
}
