@charset "utf-8";
/* CSS Document */


/* 
Sectional Assignments
 */

.class-header {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

.class-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.sectional-wrap {
    display: flex;
    flex-direction: column;
}

.sectional-header {
    font-weight: bold;
    margin-bottom: 5px;
    color: #ccc;
}

.team {
    padding: 2px 0;
}


/* Schedules */


.location-small {
	font-size: 67%;
}

.class {
	color: #999;
}

.opponent-notes {
	vertical-align: super;
}

.team-schedule-header h1, 
.team-schedule-header h2,
.team-schedule-header h3 {
	margin:  0px;
}

.team-schedule-header {

}