
#filters input[type=checkbox] {
	top: -1px;
	position: relative;
	margin-right: 4px;
	width: 1em;
	font-size: 1.4em;
	text-align: right;
	left: .2em;
}
.buyandsell_image::after { 
	display: block;
	position: absolute;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	margin-top: -150px;
	height: 100px;
	width: 100%;
	content: '';
	border-radius: inherit;
	bottom: 0
}