/* css styles */

div.cell-output-display {
  overflow: hidden !important;
}

/* ------------------------ Schedule table formatting ------------------------*/

.tbl-header {
  border-bottom-color: #555;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.rt-expander:after {
    border-top: 7px solid rgba(235, 21, 121, 0.8);
}

.rt-th {
    border-bottom: 1px solid white !important;
}

.rt-td {
    border-top: 0.05px solid #163650;
}

/* --------------------------------------------------------------------------------*/
