/* css for the schedules page */
#time {
	width: 7%;
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: center;
}

#rotation-home {
	vertical-align: middle;
	width: 4%;
	border-bottom: 1px solid #f9de5d;
	color: #f9de5d;
	font-weight: bold;
}

#teamname-home {
	vertical-align: top;
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
}

#rotation-visit {
	vertical-align: middle;
	border-bottom: 1px solid #777777;
	width: 5%;
	color: #f9de5d;
	font-weight: bold;
}

#teamname-visit {
	vertical-align: top;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

#visit-ml {
	width: 7%;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: center;
}

#home-ml {
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: center;
}

#visit-score {
	width: 13%;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: center;
}

#home-score {
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: center;
}

#over {
	width: 7%;
	border-bottom: 1px solid #777777;
	text-align: center;
}

#under {
	width: 7%;
	border-bottom: 1px solid #f9de5d;
	text-align: center;
}

#schedule-header {
	border-bottom: 2px solid #f9de5d;
	font-weight: bold;
}

font.score-pre-game {
	color: #777777;
}

font.score-in-progress {
	color: #adff2f;
	font-weight: bold;
}

font.score-final {
	color: #ff0000;
}
