.timebold, .timenormal, .time {
	font-family: "Interstate Condensed", sans-serif;
	background-color:#CCCCCC;
	line-height: 15px;
}
	
.timebold {
	padding: 15px 5px 0px 5px;
	font-weight:bold;     
}

.time{
 	padding: 15px 5px 5px 5px;
	font-weight:bold;     
}

.timenormal { 
	font-weight:normal;
	padding: 0px 5px 5px 5px;
}
 
#right .content-container {   
	padding: 0px 0px 20px 0px;
}

.hrtime {
	height: 1px;
	width: 340px;
	color: #000000;
	background: #000000;
	display: block;
	margin: 0px 0px;
	clear: both;
}

