div .img-center {padding-top:30px;}
.img-center img {display:block; margin:0 auto;}
.select-list{
	/*display:block;*/
	/*width:20%*/
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
	}

.select-list:focus{
	border-color:#66afe9;
	outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
	}

.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;width:100%;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}

a:hover{color:#BA2636;text-decoration:underline}
.dropdown:hover .dropdown-menu {
    display: block;
}

.statistics_title {
	background: rgb(11, 44, 103); color: rgb(255, 255, 255);
}
.statistics_title b {
	font-size: 13px;
}
.statistics_title a {
	font-size: 13px;
}
