ul#edh-rolling-list-top-ten-individual, ul#edh-rolling-list-top-ten-team {
	position: relative;        /* IE6 will not respect overflow without defining this rule */
	height: 100px;             /* Elements will be visisble */
	padding: 0;
	padding-top:10px;
	margin: 0em auto 0em auto;
	list-style-type: none;
	overflow: hidden;          /* Hide overflow */
}
ul#edh-rolling-list-top-ten-individual li, ul#edh-rolling-list-top-ten-team li {
	height: 16px;              /* You must defined a fixed height in pixels */
	padding: 0px;                /* Included in the height. Must be pixels */
	margin-bottom: 4px;       /* Offset between elements. Must be pixels */
 	*margin-bottom: 4px;       /* IE 6/7 */
	overflow: hidden;
	font: 100% Arial;
	background: none;
}
ul#edh-rolling-list-top-ten-individual li a, ul#edh-rolling-list-top-ten-team li a {
	text-decoration: none;
	color: #333;
	font:Arial;
}
ul#edh-rolling-list-top-ten-individual li span.blog, ul#edh-rolling-list-top-ten-individual li img.thumbnail, ul#edh-rolling-list-top-ten-team li span.blog, ul#edh-rolling-list-top-ten-team li img.thumbnail, li span.ranking {
	display:none;
}
div.hero-total {
	text-align:center;
	padding:10px;
}
div.hero-total span {
	border: 1px solid #f8f8f8;
	padding:2px 5px;
	background:#e8f6fa;
	font-family: Arial, Helvetica, sans-serif;
}
div.edh-top-ten, div.edh-total-container {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFF01;
	border: 5px solid #000;
	width:185px;
	padding:5px;
	text-align: center;
}
div.edh-top-ten h1, div.edh-total-container h1 {
	font-size:19px;
	margin:0;
	padding: 0;
	background: none;
}
div.edh-links-holder {
	font-family: Arial, Helvetica, sans-serif;
	background:#000;
	border: 5px solid #000;
	width:185px;
	padding:5px;
	text-align: center;
	color:#FFFF01;
}
div.edh-links-holder a {
	color:#FFFF01;
	font: 100% Arial;
}
div.edh-total-container p {
	margin:0;
	font: 100% Arial;
}
