@charset "utf-8";
/* CSS Document */
.body {
	/*background-image: url("https://library.loudoun.gov/Portals/0/Images/ConfRoomSched_Background.jpg");*/
	/*background-color: #000;*/
	/*max-width: 1920px;*/
	/*margin: auto;*/
}

.TFtable {
	/*padding-left:50px;*/
	margin: auto;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
}
.TFtable td {
	/* To fix overlap of 2 line cells */
	line-height: 1.25;
	padding: 15px;
	border: #4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr {
	background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd) {
	background: #b8d1f3;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even) {
	background: #dae5f4;
}