#all_listings{
	float:left;
	width:100%;
	min-height:34vw;
	color:black;
}
#all_listings h1{
	text-align:center;
	width:100%;
	margin-top:1vw;
	height:2.2vw;
	font-size:2vw;
}
#all_list{
	float:left;
	width:80%;
	margin-left:10%;
}
#all_list a{
	color:black;
	text-decoration:none;
}
#idx_list{
	width:80%;
	margin-left:10%;
}
#idx_list a{
	color:black;
	text-decoration:none;
}
#listings_sort{
	width:80%;
}
#listing_sort_header{
	width:60%;
	margin-left:15.5%;
}
#listing_sort_options{
	width:8vw;
	height:2vw;
	background:#158CAA;
	margin-left:.5vw;
	color:white;
}
#sort_controls{
	width:70%;
	height:2vw;
	float:left;
	margin-left:12.5%;
	font-size:1.6vw;
}

#listings_sort{
	width:50%;
	float:left;
	margin-left:12.5%;	
	margin-top:1vw;
}
#listings_sort select{
	margin-right:3.5vw;
	height:3vw;
	text-align:center;
	font-size:1.2vw;
	padding-top:.5vw;
}
#no_listings_found{
	width:100%;
	text-align:center;
	font-size:3vw;
	float:left;
}
#no_listings_found_label{
	width:100%;
	text-align:center;
	font-size:1.4vw;
	float:left;
	color:#333;
}
/*--------------------
	Mobile & Tablet overrides
--------------------*/

/*Phone*/
@media only screen and (max-width: 1000px){
	#all_listings h1{
		font-size:4vw;
	}
	#sort_controls{
		font-size:3vw;
		height:4vw;
	}	
	#listings_sort select{
		height:4vw;
		font-size:2vw;
	}	
}