.module_schedule {
  margin-bottom: 40px;
}
.module_schedule h3 {
  font-size: 35px;
  float: left;
  text-transform: lowercase;
  font-family: "BentonSans", Arial;
  color: #fff;
  font-weight: 300;
}
.module_schedule table {
  width: 100%;
  clear: both;
}
.module_schedule th {
    text-align: left;
    padding: 5px 0;
}
.module_schedule tr {
    border-bottom: 1px solid #9ea7a9;
}
.module_schedule tr:nth-child(2n+1) {

}
.module_schedule td {
  text-align: left;
  width: 50%;
  padding: 10px 0;
  color: #9ea7a9;
}

.module_schedule td a{
}


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

  .module_schedule h3 {
    font-size: 30px;
    margin: 15px 0;
  }

}

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

  .module_schedule h3 {
    font-size: 26px;
  }

  .module_schedule td {
    text-align: left;
    width: 50%;
    padding: 7px 0;
    color: #9ea7a9;
    font-size: 12px;
  }

  .module_schedule th {
    text-align: left;
    padding: 5px 0;
    font-size: 12px;
  }

}