.content{
	text-indent: 20px;
	margin-top: 5px;
}
.btns{
	width: 100%;
	line-height: 35px;
	font-size: 23px;
	overflow: hidden;
}
.btns li{
	width: 23%;
	border-radius: 5px;
	float: left;
	text-align: center;
	background: #f8f8f8;
	color: #2d5a9d;
	border:1px solid #e1e1e1;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 2px;
	padding-left: 1px;
}
.main h4{
	font-weight: normal;
	color: #666666;
}
.btns li.on{
	background-color: #0096d4;
	color: white;
}
.units{
	text-align: right;
}
.imgs{
	margin-top: 15px;
	text-align: center;
	min-height: 100px;
}
.no_data{
	line-height: 50px;
	font-weight: bold;
}
#links {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 40px;
	text-align: center;
	background-color: #0d73df;
	border-radius: 12px;
	width: 80%;
	margin: 0 auto;
}