body{
	margin: 1em;
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
hr{
	clear: both;
}
.hide{
	display: none;
}
.clear{
	clear: both;
}
input[type="checkbox"]{
	vertical-align:middle;
	margin: auto;
}
.checkbox{	
   display: inline-block;
}
.table{
	margin-bottom: 0;
}
.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
}
fieldset {
    padding: .35em .625em .75em;
    border: 1px solid silver;
}
legend {
	border: 0;
    width: auto;
    margin-bottom:0;
    font-size: 14px;
}
/************************/
.fliter_form_div_left{
	float: left;
	margin-right: 10px;
}
#filtersTop select{
	height:34px;
}
.gotop{
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
#update_history{
	display: none;
}
red{
	color: red;
	font-weight:bold;		
}
div.top{
	float: left;
	padding: 1em;
	width: 100%;
}
div.title{		
  max-width: 800px;		
}
div.fliter {
	width:50%;
	float: left;	
}
div.announcement {
	width:45%;
	float: right;
	border: 1px solid lightgrey;
	padding: 5px;
	max-height: 280px;
	overflow: auto;
}
div.announcement hr{
	margin-top: 8px;
	margin-bottom: 8px
}