section#filters {
	background-image:
		linear-gradient(
			rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.1)
		),
		url("/static/img/dog.b1e9bcddb13a.jpg");
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px -50px;
	white-space: nowrap;
	overflow: hidden;
}

section#filters input {
	background: rgba(255, 255, 255, 0.90);
}

hr {
	margin: -1px;
}
#listing-list li a.listing {
	display: inline-block;
	padding: 10px;
	width: 100%;
}
#listing-list li a.listing-link {
}
#listing-list li {
}
#listing-list li:hover {
	background-color: #f8f9fa;
}
#listing-list li a:hover {
	text-decoration: none;
}
#listing-list li img {
	margin-right: 20px;
}

.listing-initials {
	width: 100px;
	height: 100px;
	background-color: #cccccc;
	margin-right: 20px;
	line-height: 100px;
}