*{
	padding:0px;
	margin:0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	background:none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#meterOverlayTop{
	background: url("../images/meterOverlayTop.jpg") 0 0 no-repeat;
	height:15px;
	width:543px;
}

#meterOverlayContent{
	background: url("../images/meterOverlayBg.jpg") 0 0 repeat-y;
	width:503px;
	padding:0px 0px 0px 40px;
}

#meterOverlayContent h3{
	color:#336666;
	font-size:17px;
	margin-bottom:10px;
}

#meterOverlayContent p{
	color:#333333;
	font-size:14px;
	line-height:17px;
}

#meterHeaderLeft{
	float:left;
	height:128px;
	width:148px;
	padding:12px 0px 0px 10px;
	margin-left:-10px;
}

#meterHeaderRight{
	float:left;
	width:300px;
	padding-left:30px;
}

#meterWeightsListing p{
	width:479px;
	margin-bottom:12px;
}

#meterWeightsListing .last{
	margin-bottom:0px;
	padding-bottom:12px;
}

#meterOverlayBottom{
	background: url("../images/meterOverlayBottom.jpg") 0 0 no-repeat;
	height:15px;
	width:543px;
	clear:both;
}

#admin-menu{
	display:none;
}

@media (max-width: 568px) { 
	body{
		width:320px;
	}
	
	#meterOverlayTop{
		background-size:320px!important;
		height:8px!important;
	}
	
	#meterOverlayContent{
		width:320px!important;
		background-size:320px!important;
		padding-left:10px!important;
	}
	
	#meterWeightsListing p{
		width:300px;
	}
	
	#meterOverlayBottom {
		width:320px!important;
		background-size:320px!important;
	}
	
	#meterHeaderRight {
		padding-left:0px!important;
		padding-top:10px!important;
	
}