#diagram{
	height:250px;
	position:relative;
}
#diagram.mobile{
	height:350px !important;	
}
#diagHeaders{
	width:auto;
	position:relative;
	text-align:right;
	margin-bottom:20px;	
}
#diagCols{
	width:auto;
	position:relative;
	float:right;
	text-align:right;
	margin-bottom:40px;	
}
#leftCole{
	position:absolute;
	left:-2000px;
}
.one-col{
	width:130px;
	height:auto;
	position:relative;
	float:left;
	margin-left:55px;
	min-height:1px;	
}
.one-col.mobile{
	width: 50%;
	margin-left: 0px;
	margin-bottom: 50px;	
}
#diagHeaders .one-col{
	left:-1000px;
	display:none;	
}
.one-col img{
	width:128px;
	display:none;	
}
.one-col-header{
	width:130px;
	height:58px;
	background:url(../images/extra/diag-header.png) center center no-repeat;
	position:relative;
	float:left;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	padding: 7px;
	line-height: 16px;
}
.one-col.mobile .one-col-header{
	float:none !important;
	margin:0 auto;	
}
.inbetween{
	position:absolute;
	right:-50px;
	width: 20px !important;
	top: 50%;
	margin-top: -167px;	
}