@charset "utf-8";
/* css document */

/* divtable.com */
.divtable{
	display: table;
	width: 100%;
}




.divtablerowtitle {
	display: table-row;
    background-color:#5691CB;
}
.divtablerow {
	display: table-row;
}

.divtablerow:nth-child(even) {
    background-color:lightcyan;
}

.divtablerow:nth-child(odd) {
    background-color:lightgoldenrodyellow;
}

.divtablerowfooter {
	display: table-row;
    background-color:#5691CB;
}


/*.divtableheading {
	background-color: #eee;
	display: table-header-group;
}*/


.divtablecell, .divtablehead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divtableheading {
	background-color: #eee;
	display: table-header-group;
	font-weight: bold;
}
.divtablefoot {
	background-color: #eee;
	display: table-footer-group;
	font-weight: bold;
}
.divtablebody {
	display: table-row-group;
}


.divtablecellnotes{
	text-align: left;
}


/*from here the CSS formats the data*/

.monthstyle{
	text-align: left;
	font-size: 30px;
}

/*produces one box across the tables page*/
.info-onebox-table {
	background-color:#7BF1BF;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
	border-radius: 30px;
	font-size: 16px;
	margin-bottom: 10px;
	
}

/*produces one box across the tables page*/
.info-onebox-committee {
	background-color:#7BF1BF;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: left;
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 10px;
	
}

