#calculators {
	overflow:hidden;
}

.onecol {
width:5.801104972%;
}

.twocol {
width:14.364640883%;
}

.threecol {
width:22.928176794%;
}

.fourcol {
width:31.491712705%;
}

.fivecol {
width:40.055248616%;
}

.sixcol {
width:48.618784527%;
}

.sevencol {
width:57.182320438%;
}

.eightcol {
width:65.745856349%;
}

.tencol {
	width:82.872928171%;
}

.elevencol {
	width:91.436464082%;
}

.twelvecol {
	width:99.999999993%;
}

.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
	position:relative;
	float:left;
	margin:0 0 5px 2.762430939%;
}

.first {
	margin-left:0;
	margin-bottom:7px;
}

.last {
	float: right;
	margin-bottom:7px;
}

div.whitebox {
	background-color: #fff;
	border: 1px solid #bec4d6;
	-webkit-border-radius: 06px;
	-moz-border-radius: 06px;
	border-radius: 06px;
	overflow:hidden;
}

div.section-results div.graphcol {
	float: left;
	margin:  0px 0 10px  0px;
}

div.section-results .results {
	margin-left: 10px;
}

.twelvecol {
	width:99.999999993%;
}


div.section-results .results {
	margin-top: 20px !important;
	padding:0 !important;
}

.row {
	width: 100%;
	margin: 15px 0 20px 0;
	float: left;
	background: none;
}

.row:first-child {
	margin: 5px 0 20px 0;
}

.row:last-child {
	margin: 20px 0 5px 0;
}

#calculators button, #calculators input {
	box-shadow: 1px 1px 1px #fff, inset 0 3px 6px rgba(215,215,215,.75);
	border: solid 1px #d4d2d2;	
	height: 24px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 1px 31px 0 4px;
	width: 100%;
}

#calculators input {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #c0dae3;
	border-radius: 7px;
	background: #fff;
}

#calculators input.slider {
 
    height: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 0 2%;
    width: 96%;
}

#calculators .input-prepend input {
	padding: 1px 10px;
	width: 80px;
	float: right;
	text-align:right;
	margin-right: 0px;
}
.inputboxes {
	padding: 10px 0;
}

.input-prepend.pound:before, .input-prepend.years:after {
	background: none repeat scroll 0 0 #6688A1;
    color: #FFFFFF;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 0;
}

.input-prepend.pound:before {
	content: '\00A3';
	right: 75px;
	height: 22px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 1px 10px;
}

.input-prepend.years:after{
	background: none repeat scroll 0 0 #6688A1;
    color: #FFFFFF;
    display: inline-block;
    height: 18px;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 0;
}

.input-prepend.years:after {
	border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
    content: "years";
    height: 24px;
    min-width: 34px;
    padding: 0 5px;
    right: 75px;
}

/* Inputs not inputs in results */
#calculators .section-results input, #calculators .section-results .input-prepend input {
	color: #555;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding-top: 0;
	text-align:left;
	float:left;
    padding-left: 10px;
    padding-top: 0;
    text-align: left;	
}

#calculators .section-results .input-prepend.pound:before{
	color: #555;
	background:none;
    left: 0;
    padding: 0;
    text-align: left;	
}

.graph {
	margin-bottom: 20px;
	float: left;
	margin-right:20px
}

div.inputspace {
	margin-top: 0px;
}

.center {
	text-align: center;
}

hr.break {
	float: left;
	width: 100%;
	margin-bottom:30px;
}