.bostonMatrix{
	position: relative;
	display: block;
	border: 1px solid #c3c3c3;
	background-color: white;
}

.bostonSystem{
	position: absolute;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: solid 1px;
	font-size: 0.8em;
	opacity: 0.7;
	cursor: help;
}

.horizontalDivider{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #3f3f3f;
	z-index: 1;
	opacity: 0.5;
}

.verticalDivider{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 0px;
	height: 100%;
	border-left: 1px solid #3f3f3f;
	z-index: 1;
	opacity: 0.5;
}

/* @group Labels */

.bostonStadiumLabel{
	font-size: 0.9em;
	color: #4e4e4e;
	z-index: 1;
}

.topleft{
	position: absolute;
	top: 0px;
	left: 0px;
}

.topright{
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottomleft{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottomright{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.halfWidthHeight {
	width: 50%;
	height: 50%;
}

/* @end */


