.sortBy, .filterBy {
	clear: both;
	font-size: 20px;
	width: 100%;
	padding: 20px;
}

.filterHeader {
	width: 100%;
	height: 30px;
}

.row {
	padding-top: 15px;
}

.resetButton, .doneButton {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	color: blue;
}

.filterByOptions {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 20px;
	text-align: right;
	padding-right: 100px;
}

.sortBySelected {
	background: #EEEEEF;
	border: 1px solid grey;
}

.mapMarkers {
	width: 100%;
	height: 400px;
}

#map { 
	overflow:visible;
}

#googlemap { 
	overflow:visible;
}

.filter {
        transform: scale(2);
        margin:10px;
}
