.sectionHead
{
	font-size: x-large;
}

.subsectionHead
{
    font-size: x-large;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 3rem;
}

.sched
{
	text-decoration: underline;
	font-weight:bold;
}

.schedule{
	border:1px solid var(--ATA-redc, #990000);
	margin: 1rem;
}

.schedule td{
	border:1px solid var(--ATA-redc, #990000);
	padding: .2rem 1rem;
}

.schedule th{
	text-align: center;
}
.cust{
    background-color: #555555; /* aquamarine;*/
    min-height: 50px;
    
/*    padding:15px;*/
}

.cust2{
    background-color: #ff00ff;
    min-height: 50px;
    
/*    padding:15px;*/
}

.listHead{
    font-size: larger;
    font-weight: bold;
    margin-top: 2rem;
}