table#stpsched { 
	table-layout:fixed;
	width:100% !important; 
	max-width:100% !important;
}
table#stpsched tr.heading { 
	background:rgba(208, 206, 206, .90); 
}
table#stpsched td.time, table#stpsched th.time { 
	width:12%; 
	text-align:right; background:#fff;
}
table#stpsched td, table#stpsched th { 
	vertical-align:middle; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;  
	border: 1.5px solid #000; 
	padding: 1rem 1rem; 
}
table#stpsched td.day1 { background:rgba(226, 239, 218, .60); width:15%; }
table#stpsched td.day2 { background:rgba(217, 225, 242, .60); width:15%; }
table#stpsched td.day3 { background:rgba(255, 242, 204, .60); width:15%; }
table#stpsched td.day4 { background:rgba(243, 235, 249, .60); width:15%; }
table#stpsched td.day5 { background:rgba(252, 228, 214, .60); width:15%; }
table#stpsched td.day  { background:rgba(208, 206, 206, .60); width:15%; font-size:.7rem; }

table#stpsched tr.compressed td { 
	padding-top:0; 
	padding-bottom:0; 
}
table#stpsched tr.compressed2 td { 
	padding-top:.6rem; 
	padding-bottom:.6rem; 
}
@media (max-width: 900px) {
	table#stpsched { 
		width:100% !important; 
		max-width:100% !important;
	}
	#stpsched td, #stpsched th { 
		font-size:.7rem !important;
		font-weight:normal;
		padding:3px 3px !important;
	}
}

