.sched-header-text-container {
    font-size: 14pt !important;   /* smaller text */
    line-height: 1;
    font-weight: normal;
    color: #000000 !important;

    background-color: #ffffff;
    padding: 0px;                 /* reduced padding */
    margin: 1px 0;
    border-radius: 5px;
}

.sched-header-text-container p {
    margin: 0 !important;         /* removes extra space above/below text */
}