body {
	margin-top: 0%;
	font-family: 'Georgia', sans-serif;
	background: #FFFFFF;
	color: #000000;
}

.w3-theme {
	color: #fff !important;
	background-color: #000000 !important;
}

#menu .sub-menu {
	background-color: #000000;
	border-width: 0px 0px 0;
	margin: 0 1em;
}
#menu, 
    #toggle-menu {
	background-color: #000000;
}

.footer {
	margin-bottom: 0;
	background-color: #000000;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../img/website/footer.gif);
}

.top {
	float: right;
	color: #000000;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.7em;
}

.panel-primary > .panel-heading {
	background-color: #000000;
}

p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #000000;
}

table thead tr th {
	background: #000000;
	color: #FFFFFF;
}

table tr.div {
	background: #eaeaea;
	color: #000000;
	font-weight: 600;
	text-align: center;
}

table.seasons {
	background: #FFFFFF;
	color: #000000;
}

table.seasons tr.team {
	background: #FFFFFF;
	color: #000000;
}

table.seasons tr, table#seasons td {
	text-align: center;
	padding: 0;
    color:#000000;
	}

table.seasons td.poffs {
	border-left: 3px solid #000000;
}