﻿.roster-title {
    font-size: 2.5rem;
}

.roster-subtitle {
    font-size: 1.5rem;
}

.roster-icon {
    width: 30px;
    text-align: center;
}

.schedule-details {
}

.schedule-details-title {
    font-weight: bold;
}

.schedule-details-subtitle {
    font-weight: lighter;
}

.schedule-details-next {
}

.schedule-details-next-title {
}

.schedule-details-next-day {
    font-style: italic;
}

.schedule-details-next-users {
    margin-bottom: 15px;
}

.schedule-details-next-users-title {
}

.schedule-details-next-users-list {

}

.schedule-details-prev {
    margin-bottom: 15px;
}

.schedule-details-prev-title {
}

.schedule-details-prev-days {

}

/* Schedule grid */
.schedule-grid {
    font-size: 12px;
}
    .schedule-grid table {
        table-layout: fixed;
    }

    .schedule-grid .sticky-top {
        top: 50px;
    }