
body {
	margin: 0px;
	padding: 0px;
	font: 1.0em "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

div#content {
	background-color: #f7efda;
	border-style: solid;
	border-width: 0px;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 540px;
}

div.instructions {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 0.85em;
	text-align: justify;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

a {
	text-decoration: none;
}

a:link {
	color: #1f85eb;
}
a:visited {
	color: #9378c0;
}
a:active,
a:hover {
	color: #d81f23;
}

div#header {
	height: 30px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

div#header h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
}

div#globe-container {
	background-color: #f7efda;
	position: absolute;
	top: 100px;
	left: 330px;
}

#sorry-message {
	display: block;
	text-align: center;
}

div#controls {
	position: absolute;
	top: 80px;
	left: 20px;
	font-size: 0.85em;
	height: 450px;
	width: 300px;
}

div#sliders {
	/* background-color: #ffe1e1; */
	width: 350px;	
	position: absolute;
	top: 50px;
	left: 10px;
}

.vertical-sliders {
	height: 350px;
	position: relative;
	float: left;
	margin-right: 60px;
}

.slider-label {
	position: absolute;
	top: 360px;
	left: -33px;
	width: 80px;
	height: 30px;
	text-align: center;
}

.slider-readout {
	position: absolute;
	top: -40px;
	left: -20px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding-right: 0px;
	font-size: .9 em;
	color: #999;	
}

#solar-constant-readout {
	background-color: rgba(255,196,0,0.20);
	border: 0px solid rgb(255,196,0);
}

#ice-albedo-readout {
	background-color: rgba(255,255,255,0.50);
	border: 0px solid rgb(255,255,255);
}

#land-albedo-readout {
	background-color: rgba(133,79,6,0.20);
	border: 0px solid rgb(133,79,6);
}

#greenhouse-readout {
	background-color: rgba(0,255,22,0.1);
	border: 0px solid rgb(0,255,22);
}

#solar-constant-slider .noUi-handle {
	background-color: rgba(255,196,0,0.42);
}

#ice-albedo-slider .noUi-handle {
	background-color: rgba(255,255,255,0.50);
}

#land-albedo-slider .noUi-handle {
	background-color: rgba(133,79,6,0.35);
}

#greenhouse-slider .noUi-handle {
	background-color: rgba(0,255,22,0.3);
}


.temp-readouts {
	position: absolute;
	right: 30px;
	font-size: 0.75em;
	text-align: right;
	color: #999;	
}

#avg-temp-number {
	position: absolute;
	right: 30px;
	bottom: 14px;
	font-size: 0.75em;
	text-align: right;
	color: #999;
}

#avg-temp-label {
	position: absolute;
	right: 70px;
	bottom: 14px;
	font-size: 0.9em;
	text-align: right;
	color: black;
}

#degrees-label {
	position: absolute;
	right: 15px;
	bottom: 475px;
	font-size: 0.9em;
	text-align: center;
	color: black;
}

.temp-scale-marker {
	font-size: 0.9em;
	text-align: center;
	color: #c9c9c9;
	border-color: #c9c9c9;
	border: solid;
	border-width: 1pt;
	border-radius: 2pt;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.temp-scale-marker:hover {
	background-color: #efa656;
}

.temp-scale-marker .inactive {
	color: #c9c9c9;
	border-color: #c9c9c9;
}

.active {
	color: black;
	border-color: black;
}

#k-marker {
	position: absolute;
	right: 51px;
	bottom: 450px;
}

#c-marker {
	position: absolute;
	right: 30px;
	bottom: 450px;
}

#f-marker {
	position: absolute;
	right: 9px;
	bottom: 450px;
}

#reset {
	position: absolute;
	right: -80px;
	bottom: 0px;
	font-size: 0.9em;
	text-align: center;
	color: black;
	/* background-color: #f7efda; */
}

