/* put shared css here */
.schedule_table {
    text-align: center !important;
    border-collapse: collapse !important;
}
  
.schedule_table td, .schedule_table th {
    border: 1px solid #222 !important;
}

.schedule_table th {
    height: inherit;
}