#schedule table {
    min-width: 50%;
}
#schedule h3 {
    margin-top: 2rem;
}
#schedule table th{
    padding-top: .5rem;
}
#schedule table th input {
    font-weight: bold;
}
#schedule table select {
    padding: 4px 5px 5px;
}
