.towersContainer 
{
	/*clear: both;*/ 
	position: absolute; 
	top: 0; right: 0; left: 0; bottom: 0;
	margin: 1em 0; height: auto; width: auto;
	
}

.tower
{ 
	position: absolute; 
	top: 0; left: 0; right: 0; bottom: 0;
	margin: 10px 20px; border: 0; border-bottom: 1em solid #999; padding: 0;
	width: calc(33% - 2em - 40px); height: auto;
}

#GameTowers_Tower1{ left: 0; }
#GameTowers_Tower2{ left: 34%; }
#GameTowers_Tower3{ left: 67%; }

.peg{ margin: 0 auto; border: 0; padding: 0; width: 10%; background: #CCC; height: 100%; z-index: -1; }

.tower .discsContainer{ z-index: 1; }
.discsContainer .disc
{ 
	position: relative; 
	margin: 0 auto; border: 1px solid #000; padding: 0; height: 20px; 
	background-color: #F55; text-align: center;
}

.highlight{ background: yellow !important; color: black !important; }