html {
	overflow: hidden;
}
body {
	background-color: transparent;
	width:100%;
	height: 600px;
}

.datapoint {
	font-size: 24px;
}
.datatitle {
	color: #444;
}
.dataunit {
	color: #555;
}

.tabs dd>a, .tabs .tab-title>a {
	padding: 0.5rem 1.5rem;
}

.shift-next-up {
	margin-bottom: -15px;
}
.range-slider-handle {
	background: #77844A;
	margin-top: 1px;
}
.range-slider-handle:hover {
	background: rgba(119,132,74,0.75);
}
input.big-text {
	text-align: center;
	font-size: 1.5rem;
	margin: 0.54rem 0 0 0;
	padding: 0;
}
table {
	background-color: transparent;
	border: 0px;
}
table tbody tr td, table tr td {
	line-height: 1rem;
	padding: 0.1625rem 0.625rem;
}
table tr:nth-of-type(even) {
	background-color: rgba(249,249,249,0.3);
}
table tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.4);
}
