
body {
	margin: 0;
	padding: 0;
	overflow: hidden !important;
}

a:hover {
	text-decoration: none;
}

a.active {
	color: #005580;
}

.navbar-fixed-top {
	position: absolute;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {
	.navbar-fixed-top {
		margin-left: 0;
		margin-right: 0;
	}
}

.map-shape {
	cursor: pointer;
	stroke: white;
	stroke-width: 1px;
	fill: #ccc;
}

.tile {
	position: absolute;
}

.overlay, #about {
	position: absolute;
	z-index: 9100;
	height: 100%;
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.85 );
	overflow-x: none;
	overflow-y: auto;
}

#about {
	display: none;
	background-color: rgba( 255, 255, 255, 1 );
}

.about-content {
	margin: 20px auto;
	max-width: 600px;
}

.overlay-content {
	margin: 0 auto;
	max-width: 920px;
}

.overlay-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.axis line {
	fill: none;
	stroke: #ccc;
	stroke-width: 1px;
	shape-rendering: crispEdges;
}

.axis text {
	fill: #333;
	font-size: 12px;
}

.axis path {
	fill: none;
	shape-rendering: crispEdges;
	stroke: #ccc;
}

.line {
	fill: none;
	stroke-width: 4px;
}

.detail-menu {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}

.location-name {
	font-size: 32px;
	line-height: 32px;
}

.detail-menu li {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	padding: 0;
}

@media (max-width: 920px) {
	.detail-menu li {
		display: inline-block;
	}
}

.location-name {
	margin-bottom: 40px;
}

.detail-pane {
	float: left;
	padding: 20px;
	width: 440px;
}

.detail-pane.left-pane {
	width: 200px;
}

.detail-pane.right-pane {
	width: 640px;
}


@media (max-width: 920px) {
	
	.detail-pane {
		float: none;
		margin: 0 auto;
	}

	.detail-pane.left-pane {
		width: 640px;
	}
	
	.detail-menu {
		margin: 0 0 10px 0;
	}

	.detail-menu li {
		display: inline-block;
		margin: 2px 10px;
	}
}

.college-boxes {
    width: 1000px;
}

.college-box {
	cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 160px;
    width: 160px;
    margin: 10px;
}

.college-box .group-label {
    text-align: center;
}

.overview-details {
	font-size: 16px;
	line-height: 24px;
}

.overview-details em {
	font-weight: bold;
	font-style: normal;
}

.ring-label, .group-label {
	font-size: 16px;
	font-weight: bold;
}

.group-label {
	margin-bottom: 10px;
}

.group {
	padding: 0 20px 0 10px;
	margin: -2px;
	float: left;
}

.group + .group {
	padding: 0 20px;
}

.legend {
	list-style: none inside none;
	margin: 0;
	padding: 0;
	margin: 10px 5px;
}

.legend li {
	font-size: 12px;
	padding: 0;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	margin: 2px;
}

.legend-right {
	margin-top: 30px;
}

.legend-3 li {
	width: 205px;
}

.legend li.note {
	width: 608px;
}

.footnote {
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
}

.footnote + .footnote {
	margin-top: 5px;
	font-size: 12px;
	text-align: right;
}

.color-box {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 5px;
}
