/* ================================= */
/* Styling for overall program page */
/*  =============================== */
/* ============================================= */
/* Styling for small screens  less than 900 px   */
/* Eliminate flex box style                      */
/* ============================================= */
@media screen and (min-width: 900px) {
  .table-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

/* =============================================== */
.left-table-box {
  /* outline: 1px solid orange; */
}

.right-table-box {
  /* outline: 1px solid green; */
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.overall-program {
  font-family: ebrima, sans-serif;
  border-collapse: collapse;
  margin: 20px auto 75px 1em;
}

.table-flex .title {
  font-family: "helvitica, arial", sans-serif;
  font-size: 1.0em;
  line-height: 1.1em;
  font-style: italic;
  color: #4b9ee7;
  padding-left: 5px;
  font-weight: bold;
}

.right-table-box img {
  width: 100%;
}

.table-image {
  display: block;
  width: 225px;
  margin: 200px auto 10px auto;
  box-shadow: 0px 0px 30px 0px #125087;
  background-color: white;
  /* float: right; */
}

.table-image:nth-of-type(1) {
  margin-top: 45px;
}

.table-image:nth-of-type(2) {
  margin-top: 100px;
}

.table-image:nth-of-type(3) {
  margin-top: 230px;
}

.table-image:nth-of-type(4) {
  margin-top: 325px;
}

.table-image:nth-of-type(5) {
  margin-top: 225px;
}

/* Style the tracks box */
.tracks {
  max-width: 15em;
  margin: 1.2em auto 0.2em auto;
}

.tracks p {
  line-height: initial;
  font-size: initial;
  font-weight: normal;
  padding: 0px 0px 0px 0em;
  margin: 0px 0px 0px 2.0em;
}

.overall-program caption {
  text-align: left;
  font-style: normal;
  font-size: 1.9em;
  font-weight: bold;
  color: #797979;
}

.caption-style {
  font-size: 1.9em;
  font-weight: bold;
  color: #797979;
}

.overall-program tbody {
  border-top: 1px solid #125087;
  border-bottom: 3px solid #e9f3fc;
}

.overall-program tbody:last-child {
  border-bottom: 10px solid #e9f3fc;
}

.overall-program td:nth-child(2) {
  padding-left: 70px;
  padding-right: 30px;
}

.overall-program th {
  padding-top: 25px;
  background-color: white;
  color: black;
  text-align: left;
}

.overall-program tr, .overall-program td {
  color: #101010;
  padding-bottom: 6px;
}

.overall-program tr:nth-child(odd) {
  background-color: #e9f3fc;
}

.top-text {
  vertical-align: top;
}

/* Styling for start - end times */
.start-time {
  text-align: right;
  display: inline-block;
  width: 5em;
}

.end-time {
  text-align: left;
  display: inline-block;
}

.track-emphasis {
  font-style: italic;
  color: #125087;
}

.track-width {
  max-width: 30em;
}

.overall-program hr {
  color: #e9f3fc;
  width: 100%;
  margin: 1em auto 1em -5px;
}


/* ============================================= */
/* Styling for small screens  less than 500 px   */
/* ============================================= */
@media screen and (max-width: 500px) {
  .overall-program {
    font-family: ebrima, sans-serif;
    border-collapse: collapse;
    margin-left: 5px;
    margin-top: 20px;
  }

  .start-time {
    width: 50px;
  }

  .overall-program td:nth-child(2) {
    padding-left: 5px;
    padding-right: 0px;
  }

  table {
    margin-left: 5px;
    margin-right: 5px;
  }

  .overall-program td, tr {
    font-size: 0.85em;
  }

  .table-image {
    display: none;
  }
}

/* ===================================================== */
/* Styling for small screens between 500 and 800 px px   */
/* ===================================================== */
@media screen and (max-width: 800px) and (min-width: 501px) {
  .overall-program {
    font-family: ebrima, sans-serif;
    border-collapse: collapse;
    margin-left: 50px;
    margin-top: 20px;
  }

  .start-time {
    width: 70px;
  }

  .overall-program td:nth-child(2) {
    padding-left: 5px;
    padding-right: 0px;
  }

  table {
    margin-left: 5px;
    margin-right: 5px;
  }

  .overall-program td, tr {
    font-size: 1.0em;
  }

  .table-image {
    display: none;
  }
}
