

.listings span {display: inline;}
.listings .amenities {
	display: block;
	padding: 20px 10px;
	margin-bottom: 20px;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	margin: 0;
}
.listings .amenities input{
	position: relative;
	top: 1px;
}
.listings .amenities li { padding-bottom: 0;}
.listings .amenities label {
	font-size: 16px;
	margin-right: 0;
}
.listings .shared-amenities {
	text-transform: uppercase;
	font-family: "Avenir Next LT W01 Regular", "Avenir Next", sans-serif;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5;
	color: #222;
	border: 0;
	height: 50px;
	padding: 13px 20px;
	background-color: #fff;
	width: 100%;
	/* background-image: url("/includes/public/assets/icons/misc/select-plus.png"); */
	background-position: center right 0;
	background-repeat: no-repeat;
}

.listings #tab_events .content-main {
	margin: auto;
}