html, body, .map-outer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#map {
	height: 100%;
}

.map-main {
	flex: 1 1;
	height: 100%;
}

.map-sidebar {
	flex: 0 1 auto;
	width: 325px;
	font-family: sans-serif;
	font-size: 17px;
	cursor: pointer;
}

.map-sidebar, .map-sidepanel {
	height: 100%;
}

.map-sidebar-office {
	cursor: default;
}

.map-sidebar-scrolling {
	overflow-y: auto;
}

.map-content {
	flex: 1;
	display: flex;
	position: relative;
	overflow: hidden;
}

.map-columnbox {
	display: flex;
	flex-direction: column;
}

.map-rowbox {
	display: flex;
	flex-direction: row;
}

.map-sidebar-state,
.map-sidebar-list-office,
.map-sidebar-office {
	padding: 1px 6px;
}

.map-sidebar-state {
	margin-bottom: 3px;
}

.map-sidebar-states {
	font-size: 135%;
	padding: 2px 6px;
}

.map-sidebar-state {
	font-size: 120%;
}

.map-sidebar-state-button {
}

.map-sidebar-state-list {
}

.map-info-email,
.map-info-directions {
	margin-top: 8px;
}

@media screen and (orientation: landscape) {
}

@media screen and (orientation: portrait) {

	.map-main {
		flex-direction: column-reverse;
	}

	.map-sidebar {
		flex: 1;
		width: inherit;
	}
}

@media screen and (max-width: 800px) {

	.map-sidebar {
		width: 250px;
	}
}
