﻿.main-content-inner {
	/*background-color: #ffffff;*/
	border-top: 0px;
}
.floorcalc { margin: 12px 0; }
.floorcalc td {	padding: 5px 8px; }
.floorcalc .axis { 
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
}
.floorcalc .axis, .floorcalc .unit { font-weight: normal; }
.floorcalc .indent { padding-right: 20px; }
.floorcalc .odd { background-color: #b4b4b4; }
.floorcalc .even { background-color: #dbdbdb; }
.floorcalc .cost { background-color: #eab22d; }
.floorcalc .total { background-color: #a4ff54; }
.floorcalc .total {
	font-size: 1.2em;
	font-weight: normal;
}

.trans{background-color: transparent;}

#input {
height: 25px;	
}