#map { 
	height: 600px;
	width: 550px;
	float: left;
}

table.schools { 
	height: 600px;
	float: right;
	text-align: center;
	width: 200px;
}

table.schools .campus { 
	width: 120px;
}

table.schools .campus { 
	width: 100px;
}

table.schools th { 
	font-family: 'volkhovbold';
	color: #373737;
	font-size:12px;
}

table.schools tr { 
	font-family: arial;
	font-size: 10px;
}

.year {
	float: right;
}

.popup {
    text-align: center;
    line-height: 25px;
}

.campus {
	cursor: pointer;
}
