#map-canvas {
	width: 100%;
	height: 525px;
	display: block;
}
div.row.branches {
	padding-left: 40px;
}
#posts h1.branch-name {
	font-size: 1em;
	color: #1b6fb4;
	border-bottom: 1px solid #f5f5f5;
	margin-right: 40px;
	padding-bottom: 5px;
}
div.branch-details p {
	font-size: .9em;
	margin-bottom: 0;
}
.filter-bttn {
	width: 100%;
	margin-top: 10px;
	font-weight: BOLDER;
	display: none;
}
.filters-container {
	display: none;
	color: BLACK;
	margin-top: 10px;
}
.show-filters {
	display: inline-block;
}
.reset-filter {
	float: right;
	margin: 3px;
	padding: 3px;
	font-weight: bolder;
	font-size: 0.9em;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: block;
}
