html,
body {
  background-color: #ebebeb;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

#day-selection li,
#time-selection li {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  padding: 0;
  border-radius: 0;
}

#day-selection li:first-of-type,
#time-selection li:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#day-selection li:last-of-type,
#time-selection li:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#day-selection li:first-of-type label,
#time-selection li:first-of-type label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#day-selection li:last-of-type label,
#time-selection li:last-of-type label {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

button.btn {
  font-weight: bold;
  background: #50b56e;
  border-color: #83af90;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.disabled {
  cursor: not-allowed;
}

label {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 7px;
  transition: 0.3s all;
}

.radio {
  visibility: hidden;
  display: none;
  width: 0;
}

#day-selection li:last-of-type,
#time-selection li:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#day-selection li label,
#time-selection li label {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  cursor: pointer;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0E0E0));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E0E0E0);
  background-image: -moz-linear-gradient(top, #FFFFFF, #E0E0E0);
  background-image: -ms-linear-gradient(top, #FFFFFF, #E0E0E0);
  background-image: -o-linear-gradient(top, #FFFFFF, #E0E0E0);
  background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#E0E0E0);
}

input.radio:checked+label {
  background-color: #50b56e !important;
  background-image: none !important;
  color: white;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1) inset;
  transition: 0.3s all;
}

#day-selection,
#time-selection {
  padding-left: 0;
  display: table;
  table-layout: fixed;
}

#day-selection {
  width: 100%;
}

#day-selection li {
  display: table-cell;
  text-align: center;
  cursor: pointer;
}

#time-selection label {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

button[type="submit"] {
  background-color: #50b56e;
  border-color: #5faf77;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  transition: 0.2s;
}

textarea.reason {
  margin: 0;
  min-height: 70px;
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
}

input[type="text"].form-control,
input[type="email"].form-control {
  max-width: 300px;
  background: #f5f5f5;
}

.container {
  max-width: 624px;
  box-sizing: content-box;
  padding: 0 50px;
}

.logo img {
  display: block;
  max-height: 250px;
  margin: 0 auto;
}

.choose-title {
  font-size: 18px;
}

.appointment-details {
  font-size: 28px;
}

.appointment-address {
  font-size: 17px;
}

.confirm {
  font-size: 34px;
  margin-bottom: 20px;
}

.confirm-text {
  line-height: 50px;
  margin-left: 5px;
  font-size: 28px;
  font-weight: 700;
}

.container {
  background-color: #ffffff;
  min-height: 85%;
  padding-bottom: 15px;
}

.icon {
  padding-right: 0px;
  margin-top: -20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

#footer {
  min-height: 15%;
  height: 145px;
  background-color: #32323a;
  padding: 15px 25px 15px 25px;
  font-size: 14px;
  font-weight: 800;
  color: #a1a29d;
}

#footer-inner-container {
  background-color: #32323a;
}

#footer_logo {
  float: right;
  position: relative;
  top: 50px;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}

#footer_text {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {

  #day-selection li,
  #time-selection li {
    width: 100%;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: 6px;
  }

  input[type="text"].form-control,
  input[type="email"].form-control {
    max-width: 100%;
  }

  .disclaimer {
    text-align: center;
  }

  #time-selection {
    width: 100%;
  }

  button[type="submit"] {
    width: 100%;
  }

  .container {
    padding: 0 15px;
  }

  .container.margin-top-20 {
    margin-top: 0px;
  }

  .container.margin-bottom-20 {
    margin-bottom: 0px;
  }

  .icon {
    display: none;
  }

  #footer_logo {
    float: none;
    position: relative;
    top: 0px;
    text-align: left;
  }

  #footer_text {
    margin-top: 25px;
  }

  .confirm-text {
    font-size: 20px;
  }

  .appointment-details {
    font-size: 20px;
  }

  .appointment-address {
    font-size: 18px;
  }

  .appointment-premed {
    font-size: 18px;
  }
}