@font-face {
	font-family: 'League Gothic';
	src: url('../include/fonts/league-gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('../include/fonts/League-Gothic.ttf') format('truetype');
}


body {
	background-color: #dcdcdc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
	color: #18407a !important;
}
a:hover {
	color: #4B79BD !important;
}
a:visited {
	color: #08254F !important;
}
a:active {
	color: #786107 !important;
}


#ctl00_ctl00_mainContent_bodyContentPlaceHolder_ucScoreBoard_divTeamHeader {
	display: none;
}
#interactiveTeamListing {
	display: none;
}
.sbSponsors {
	display: none;
}
.sbLocationLabel {
	display: none;
}
.separator {
	display: none;
	float: left;
}
.sbAmounts {
	display: none;
}
.sbLocation {
	display: none;
}
.scoreboardHeading {
display: none;
}

/* This is the number/rank.  */
.sbIndividualOrder {
	font-family: "League Gothic", Impact !important;
	float: left;
	padding-right: 5px;
	font-size: 30px !important;
	color: #bca583 !important;
	width: 20px;
}
/* This is the name */
.sbIndividualName {
	font-family: "League Gothic", Impact !important;
	float: left;
	width: 170px;
	font-size: 30px !important;
	color: #1f180f !important;
}

/* This is the amount raised. */
.sbHeaderValue {
	font-family: "League Gothic", Impact !important;
	float: left;
	font-size: 30px !important;
	color: #40311c !important;
	padding-right: 15px;
	width: 80px;
	text-align: right;

}
/* This is the link to the sponsor page.  */
.sbLink {
	font-family: "League Gothic", Impact !important;
	float: left;
	font-size: 30px !important;
	color: #1f180f !important;
	width: 30px;
}
.sbLink a {
	font-family: "League Gothic", Impact !important;
	float: left;
	font-size: 30px !important;
	text-decoration: none;
}
.sbLink a:hover {
	text-decoration: underline;
}
.sbIndividualOrder {
	clear: both;
}