body section.filter.st2{
	margin-bottom:12px;
}
body section.filter.st2>div{
	float:left;
	
}

body section.filter.st2>div.date-div{
	width:70%;
	background-color:white;
}
body section.filter.st2>div.date-div input.date{
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}
body section.filter.st2>div>*{
	float:left;
	width:50%;

	box-sizing:border-box;
	margin:0;
	padding:0 12px;
	
}
body section.filter.st2>div.c1>*{
	width:100%;
}
body section.filter.st2>div>*,
body section.filter.st2 #btnSearch{
	height:42px;
	line-height:42px;
	
}
body section.filter.st2 #btnSearch{
	width:120px;
}
body section.filter.st2>div>*{
	border: 1px solid #004bb8;
    background: #fafafa;
}

@media only screen and (max-width : 1000px) {
	body section.filter.st2>div.date-div {
		width: 52%;
	}

}
@media only screen and (max-width : 600px) {
	body section.filter.st2 #btnSearch {
    width: 74px;
	}
}