#campusMapImg {
	background-color: #fff;
	width: 980px;
	height: 792px;
}

#maincontent {
	margin-top: 0px;
}

.mapkey {
	margin-bottom: 2em;
}

.mapkey table {
	width: 100%;
}

.mapkey td {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.2em;
	padding-top: 0.5em;
	vertical-align: bottom;
}

.mapkey td + td {
	font-weight: bold;
	text-align: right;
}

#downloadableMapLink {
	clear: left;
	text-align: center;
}

.sub-header {
	display: none;
}

#mapwrapper {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	height: 300px;
	margin-bottom: 20px;
}

.area {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: 100;
}

.main-content .wysiwyg img.area,
img.area {
    margin-top: 0px;
    margin-bottom: 0px;
}

.map-sidebar {
	border: 1px solid #eee;
	border-radius: 6px;
	overflow-y: scroll;
	height: 300px;
	margin-bottom: 15px;
}

.area-links {
	padding-right: 10px;
}

.area-links a {
	color: #4c2683;
	user-select: none;
	font-weight: normal;
}

.area-links::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}

.area-links::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.area-links h2, .accessibility-key h2 {
	background-color: #eee;
	padding: 10px;
	font-size: 18px;
	margin: 0px 0px 6px 0px;
	user-select: none;
}

.accessibility-key {
	display: none;
}

.accessibility-key-items {
	padding: 20px;
}

.tooltip-inner {
	padding: 6px 10px;
}

.btn.active {
	cursor: default;
}

@media only screen and (min-device-width : 375px) and (orientation : landscape) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.sub-header {
		display: block;
	}

}