
/* Base element changes */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 85px;
}
body.snowy {
  background-color: #333;
  color: white;
}
body.snowy .panel {
  color: #000;
}

.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.calendarDaySlot dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

dd {
  margin-bottom: 15px;
}

.timeslot .inputWrapper {
  padding-left: 0px;
}

.timeslot .inputWrapper input {
  width: 100%;
}


@media (min-width: 768px) {

  dt,dd {
    margin-bottom: 5px;
  }

  .dl-horizontal dt {
    width: 80px;
  }

  .dl-horizontal dd {
    margin-left: 100px;
  }
}


.timeslot {
  margin-bottom: 5px;
}