.hit {
	font-weight: bold;
}

.tx-indexedsearch-browselist-currentPage {
	color: #fff!important;
    background-color: #004489!important;
    border-color: #004489!important;
}

.negative-pos {
    position: relative;
    top: -327px;	
}

.z-index-filter {
	z-index: 200;	
}

.dateRange {
	padding: 10px;	
}

.dateRange .head {
	padding: 0!important;	
}

@media screen and (max-width: 992px) {
	.negative-pos {
		position: unset;
		top: 0;	
	}
}