body {
	font:  normal  15px / 25px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #333333 !important;
	margin: 0px;
}
.OAKWrapper {
	width: 95%;
	margin: auto;
	padding-bottom: 20px;
}
.OAKFishCount  {
	margin:0px;
	padding:0px;
}
.OAKFishCount table {
	border: 1px solid #828282;
	border-bottom: none;
	background: #f2f2f2;
}
.OAKFishCount table td {
	border-bottom: 1px solid #828282;
	padding: 15px 10px;
}
.OAKFishCountTitle {
	background: #000000;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
.OAKFishCountBreak {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top: 5px solid #2D507B;
}
.OAKFishCountHeader td {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 5px solid #2D507B;
}

a:link {
	color: #4868aa;
}
a:active {
	color: #4868aa;
}
a:visited {
	color: #4868aa;
}
a:hover {
	color: #4868aa;
}
.OAKFooter {
	text-align: center;
	line-height: 25px;
	background: #ffffff;
	border: 1px solid #828282;
	padding-top: 20px;
	padding-bottom: 20px;
}
.OAKFooter img {
	max-width: 100%;
}
.OAKBoatName {
	color: #575757;
}


@media (min-width: 1px) {
	#anglers-label:before{
		content: 'A'
	}
	#sd-dock-totals-wide {
		display: none;
	}
	#sd-dock-totals-tall {
		display: block;
	}
}
@media (min-width: 768px) {
	#anglers-label:before{
		content: 'Anglers'
	}
	#sd-dock-totals-wide {
		display: block;
	}
	#sd-dock-totals-tall {
		display: none;
	}
}