body {
	background: #fff;
}

div#sidePanel {
	border-left: 1px solid #4D4D4D !important;
}

dl.dlBestTweet {
	float: left;
	margin: 0; 
	padding: 5px 0 10px 0;
	width: 100%;
	border-bottom: dotted 1px #cccccc;
}

dl.dlBestTweet dt {
	font-size: 1em;
	color: #999999;
	display: block;
	/* background: #333333 url('http://cdn.stumble-upon.com/images/bg_sidebar_header.gif') repeat-x; */
	font-weight: bold;
	margin-bottom: 5px;
}

dl.dlBestTweet dd {
	color: #4D4D4D;
	margin: 0 5px 0 60px;
	overflow: hidden;
}

dl.dlBestTweet dd.tweet {
	padding-top:5px;
}

dl.dlBestTweet dt.sectionDark, div.sectionDark h3 {
	background-color: #808080;	
	padding: 5px 0 5px 10px;
	color: #fff;
}

dl.dlBestTweet dt.sectionDark a {
	color: #fff;
}

dl.dlBestTweet dd.avatar {
	margin-left: 5px;
}

dl.dlBestTweet dd.avatar img{
	width: 48px;
	height: 48px;
}

dl.dlBestTweet dd.badge {
	background-color: #E2F2FB;
	float: left;
	margin: 5px;
	padding: 4px;
	text-align: center;
	width: 40px;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

dl.dlBestTweet dd.badge a.count {
	font-size: 16px;
	letter-spacing: -0.07em;
	font-weight: bold;
	color: #4D4D4D;
}
