  div.calculator {
	padding: .5em;
/*	background:#262b2d;*/
}
.calculator h2, .calculator h5 {
/*	color:#e7e9ea; */
}

.calculator span.label {
/*	color: #b6bcbf; */
	display:inline-block;
	text-transform: uppercase;
	font-size:14px;
	float: left;
	clear: left;
}
.calculator input[type="text"] {
	width:40px;
	float: right;
	clear: right;
}
.calculator input[type="button"] {
	left: 20em;
	float: right;
	clear: right;
}
.calculator .tabs ul li {
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	cursor: pointer;
	margin:0;
	padding:0;
}
.tabs ul li span {
	color: #e7e9ea;
	padding:10px;
	font-size:16px;
}
	.tabs ul li.currentTab span {
		color:#981e32;
	}
.tabs ul li.currentTab {
	background: #e7e9ea;
	border-radius:8px;
	color:#981e32;
}
.tabs ul {
	margin-left:0;
	padding:0;
}

span.crunch {
	background: #eff0f1;
	border-style: solid;
	border-width: 1px;
	border-color: #d7dadb #8d959a #8d959a #d7dadb;
	border-radius: .5em;
	color: #464e54;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 0;
	line-height: normal;
	padding: .5em 1em;
	vertical-align: middle;
}

span.crunch:active, span.crunch:active {
	color: #b5babe;
	border-color: #000;
	background: #464e54;
	border-width: 2px 0 0 2px;
}

span.crunch:focus, span.crunch:hover, span.crunch:focus, span.crunch:hover {
	color: #464e54;
	background: #fff;
	border-color: #8d959a;
	border-width: 0 2px 2px 0;
}
