.K2FilterBlock {
	font-size: 18px;
	display: inline-block;
}
.k2filter-table {
	display: table;
}

.k2filter-row {
	display: table-row;
}

.k2filter-cell {
	display: table-cell;
	padding: 0 3px 3px 0;
}

.K2FilterBlock input.button {
	margin-top: 10px;
}

.K2FilterBlock .k2filter-field-slider {
	padding-right: 20px;
	padding-left: 20px;
}

.K2FilterBlock .k2filter-slider-amount {
	border:0; 
	color:#f6931f; 
	font-weight:bold;
	width: 100%;
	background: transparent;
	text-align: center;
}

.K2FilterClear {
	display: block;
	clear: both;
}
