.filters {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: white;
	height: 70px;
	width: 100%;
	border: 1px solid #DDDDDD;
	overflow: auto;
}

button {
	font-size: 18px;
	background-color: #FF5A5F;
	color: #FFFFFF;
	height: 48px;
	width: 20%;
	border-radius: 4px;
	margin-right: 30px;
	margin-left: 30px;
}

button:hover {
	 opacity: 90%;
}

.locations,
.amenities {
	margin-left: 30px;
	width: 25%;
	border-right: 1px solid #DDDDDD;
}

h2 {
	font-size: 16px;	
}

h3 {
	font-weight: 600;
}

h4 {
	font-weight: 400;
	font-size: 14px;
}

.popover {
	display: none;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}

.popover:hover {
	display: inline;
}
