.blotter{
	padding:80px 0px;
}
.w-100 {
	margin-right: 20px;
}
.edt {
	right: 10px;
	top: 10px;
}
.filter-frm{
	width: 100%;
    display: inline-flex;
}
.btn.btn-dark.w-27{
	width: 27%;
	font-size:14px;
}
.message {
	text-align: center;
	font-weight: bold;
	margin-top: 100px;
}
.loader {
	text-align: center;
	font-size: 20px;
	color: #777;
	font-weight: bold;
	margin-top: 100px;
}
.result h1 {
	font-size: 30px;
	margin-top: 20px;
}
.result h1 span {
	font-weight: 700;
	color: #23375d;
}
/*media*/
@media only screen and (max-width:767px){
	.result h1 {
		font-size: 23px;
		margin-top: 0px;
	}
}