.session-times {
  border-collapse: collapse;
  margin-top: 30px;
}


.session-times tbody {
  background: none;
  border: none;
}

table.session-times tbody tr {
  background: none;
  border: none;
}

.session-times tr td:first-child {
  text-align: left;
}

.session-times th {
  line-height: 1em;
  font-family: 'Open Sans', arial, sans-serif;
  font-style: italic;
  color: #DB324B;
  text-transform: uppercase;
}

.session-times th span {
  color: #18222E;
  
  font-size: 1.6rem;
  font-weight: 800;
}

.session-times tr td {
  border-bottom: 1px solid #aa2e44;
}

.session-times tr:last-child td {
  border-bottom: none;
}

.session-times tr th,
.session-times tr td {
  border-right: 1px solid #aa2e44;
}

/* .session-times tr td:not(first-child) {
  max-width: 50px;
} */

.session-times tr th:first-child,
.session-times tr td:first-child {
  border-right: none;
}

.session-times tr th:last-child,
.session-times tr td:last-child {
  border-right: none;
}


.session-times th:not(:first-child) {
  background: #FFF;
}

.session-times tr td:not(:first-child) {
  /* max-width: 90px; */
  /* min-width: 95px; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.session-times td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.session-times td:first-child {
  padding-left: 0;
  min-width: 250px;
}

.session-times td:not(:first-child) {
  font-size: 1.25rem;
  font-weight: 700;
}

.session-times td .mumsandbubs {
  background: #ef4b83;
  display: inline-block;
  line-height: 1em;
  padding: 0 3px 5px 3px;
}

.session-time-none {
  color: #9398a9 !important;
}

.session-times td .mumsandbubs small {
  font-size: 12px;
}

.session-times .poster-wrapper {
  display: block;
  float: left;
  margin-right: 10px;
  max-width: 100px;
}

.session-times h2 {
  line-height: 2.2rem;
  padding-bottom: 10px;
  text-transform: none;
}

.session-times .rating {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.session-times h2 a {
  color: #18222E;
  font-size: 2.2rem;
}

.session-times h2 a:hover {
  color: #DB324B;
}

.day-of-week {
  display:none;
}

/* ENQUIRY FORM */

.enquiry-form {
  background: #eceef7;
  padding: 0.9375rem;
}

.enquiry-form h2 {
  color: #DB324B;
  text-shadow: none;
  font-size: 2rem;
}

.enquiry-form strong {
  white-space: nowrap;
}

.enquiry-form label {
  margin-bottom: 0!important;
}

.enquiry-form .Actions {
  text-align: center;
}

.enquiry-form .Actions .action {
  padding: 5px 20px;
}

@media screen and (max-width: 1024px) {
  
  .session-times h2 {
    line-height: 1.8rem;
    margin-top: -9px;
  }
  .session-times h2 a {
    font-size: 1.8rem;
  }
  .session-times .poster-wrapper {
    max-width: 80px;
  }
  .session-times td:not(:first-child) {
    font-size: 1rem;
  }
}

@media screen and (max-width: 840px) {
  .session-times tr:first-child {
    display: none;
  }
  
  .day-of-week {
    color: #DB324B;
    display: block;
    line-height: 17px;
    margin-bottom: 9px;
    white-space: normal !important;
  }
  
  .day-of-week strong {
    text-transform: uppercase;
  }
  
  .session-times tr td {
    border-bottom: none;
    display: block;
    float: left;
    padding: 0;
    width: 14.2857142857%;
  }
  
  .session-times td:not(:first-child) {
    margin: 10px 0;
  }
  
  .session-times td:first-child {
    border-top: 1px solid #364557;
    margin-top: 10px;
    padding-top: 20px;
  }
  
  .session-times tr:nth-child(2) td:first-child {
    border: none;
    padding: 0;
    margin: 0;
  }
 
  .session-times tr td:first-child {
    width: 100%;
  }
}

span.session-times-date-time-display {
    display: none;
}

.session-time-purchase-link {
    line-height: 22px;
}

/* .session-times-time-display {
  color: #FFFFFF;
}
.session-times-time-display a {
  color: #FFFFFF;
} */

.session-time-purchase-link:hover {
  background: #e43232 !important;
  border-radius: 5px;
  color: #DB324B !important;
  line-height: 22px;
}

@media screen and (max-width: 750px) {
  .session-times td:not(:first-child) {
    font-size: 14px;
    min-width: auto !important;
  }
  .day-of-week {
    line-height: 14px;
  }
}

@media screen and (max-width: 400px) {
  .session-times tr td {
    border: none;
    margin: 5px 0!important;
    text-align: left;
    width: 100%;
    font-size: 1rem!important;
  }
  .day-of-week {
    float: left;
    margin: 0 8px 0 0;
    line-height: inherit;
    width: 100px;
  }
  .day-of-week strong {
    /* color: #FFF; */
    margin-right: 3px;
  }.day-of-week:after {
    content: ':'
  }
  .session-times tr td br {
    display: none;
  }
}