@CHARSET "utf-8";

.R1 {
	color: rgb(0,200,0);
}
.N1 {
	color: rgb(0,0,255);
}
.N2 {
	color: rgb(255,0,0);
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatCenter {
	margin-left: auto;
	margin-right: auto;
}

h4 {
	clear:both;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#modelingPanel {
	float: left;
	width: 475px;
	border-radius: 15px;
	margin: 0px 4px 4px 0px;
	border: 2px solid rgb(0,0,255);
	font-family: "Times New Roman", Times, Serif;
}
#allFiguresPanel {
	margin: 10px;
}
canvas {
	display: block;
	margin: auto;
}

#isoclineCanvasPanel {
	float: left;
	width: 48%;
}
#abundanceFigurePanel {
	float: right;
	width: 48%;
}
/* Abundance Figure labels*/
p.yAxisLabel {
	/*translateY(-600%)*/
	transform: translateX(-45%) translateY(-450%) rotate(-90deg);
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em; 
	}
p.xAxisLabel {
	transform: translateY(-150%);
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em; 
}


div#parameterControlPanel {
	width: 350px;
	margin: 10px auto 10px auto;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
}
div#buttonPanel {
	text-align: center;
}
.viewButton {
    color: rgb(255,255,255);
    font-weight: bold;
    background-color: rgb(255,153,0);
    height: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgb(125,125,125);
    margin: 2px 5px 2px 5px;
    outline: none;
}
.viewButton:hover {
	background-color: rgb(255, 201, 124);
	color: rgb(0,0,0);
}

.viewButton:active {
	    box-shadow: 0 0 1px 0 black inset;
}

.parameterPanel {
	position: relative;
	height: 22px;
}

div.parameterGroupPanel {
	width: 47%;
	margin: 4px;
	border-radius: 10px;
	border: 1px solid rgb(255,153,0);
}
div.floatLeft {
	float: left;
	padding: 0px;
}
div.floatRight {
	float: right;
	padding: 0px;
}
div.floatCentered {
/*	margin: auto; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}

/***** Slider Panel Styling *********/
.sliderPanel {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 1.3em;
}
.sliderPanel input.slider {
	width: 65%;
	float: right;
	margin-right: 0.5em;
}
.sliderPanel label.sliderLabel {
	width: 22%;
	float: left;
	margin-left: 0.5em;
	font-size:0.7em;
}
.checkboxPanel {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 1.3em;
}
