/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

#main-content .date {
	font-weight: bold;
	font-size: 15px;
	margin: 30px 0px 10px 0px;
}

#main-content p {
	color: rgba(0,0,0,0.87);
	font-size: 16px;
}

#main-content h2 {
	font-size: 26px;
	font-weight: 600;
	
}

.subheads {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
}

.toprow {
	background-color: #DAEDC1;
	font-size: 20px;
}

.botrow {
	background-color: #EDEDED;
}

#main-content table tr td {
/*	padding: 15px 30px;*/
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 600;
}

.spacer {
	height: 30px;
}

#main-content .wnv-ul {
	font-weight: 600;
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 30px;
}
