* {	padding: 0; margin: 0; vertical-align: top; }

body {
/* 	background: url(background.png) repeat-x; */
	font: 18px "Assistant", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	overflow:hidden;
}

a {	color: #069; }
a:hover { color: #28b; }

h2 {
	margin-top: 15px;
	font: normal 32px "Assistant", Helvetica, Arial, sans-serif;
}

h3 {
	margin-left: 30px;
	font: normal 26px "Assistant", Helvetica, Arial, sans-serif;
	color: #666;
}

p {
	margin-top: 10px;
}

button {
	font-size: 18px;
	padding: 1px 7px;
}

input {
	font-size: 18px;
}

input[type=checkbox] {
	margin: 7px;
}

#header {
	position: relative;
	width: 750px;
	margin: auto;
}

#header h2 {
	margin-left: 10px;
	vertical-align: middle;
	font-size: 42px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#content {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
}

#footer {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.demo-container {
	box-sizing: border-box;
	width: 75%;
	height: 300px;
/* 	padding: 20px 15px 15px 15px; */
	margin: 30px auto 0px auto;
/* 	border: 1px solid #ddd; */
	/* 
background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 */
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.demo-placeholder-small {
	width: 100%;
	height: 100%;
	font-size: 14px;
}

fieldset {
		display: block;
		-webkit-margin-start: 2px;
		-webkit-margin-end: 2px;
		-webkit-padding-before: 0.35em;
		-webkit-padding-start: 0.75em;
		-webkit-padding-end: 0.75em;
		-webkit-padding-after: 0.625em;
		min-width: -webkit-min-content;
		border-width: 2px;
		border-style: groove;
		border-color: threedface;
		border-image: initial;
		padding: 10px;
}

.legend {
		display: block;
		-webkit-padding-start: 2px;
		-webkit-padding-end: 2px;
		border-width: initial;
		border-style: none;
		border-color: initial;
		border-image: initial;
		padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
}

.legendLayer .background {
    fill: rgba(255, 255, 255, 0.85);
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1;
}

input[type="radio"] {
		margin-top: -1px;
		vertical-align: middle;
}

.tickLabel {
	line-height: 1.1;
}

#plot_equation {
	position: absolute;
	left:      80px;
	top:       25px;
	color:     #d12b2b;
	font-size: 16px;
	background-color: white;
	border: 1px solid #d12b2b;
	border-radius: 5px;
	padding: 3px 10px 3px 10px;

}

#plot_ss {
	position: absolute;
	left:      395px;
	top:       190px;
	color:     #0eb30b;
	font-size: 16px;
	background-color: white;
	border: 1px solid #0eb30b;
	border-radius: 5px;
	padding: 3px 10px 3px 10px;

}

#slider-scale {
	height:      200px; 
	border:      1px; 
	margin-left: 30px;
	margin-top: 15px;
}

.demo-slider p {
	margin-top: 35px;

}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.x1Label {
	fill: #224499;
	font-size: 20px;
	font-family: Helvetica, Geneva, sans-serif;
}

.y1Label {
	fill: #224499;
	font-size: 20px;
	font-family: Helvetica, Geneva, sans-serif;
}

#plot_sliders {
	float: left;
/* 	border: 1px solid black; */
}

#plot_sliders th {
	padding-left: 5px;
	padding-right: 10px;
}

#plot_sliders th div {
	width: 25px;
}

.param_slider {
	width: 20px;
	height: 300px;
	margin-left: 10px;
}

#slider_k {
	height: 160px;
}

#slider_N {
	height: 160px;
}

#slider_SS_M {
	height: 160px;
}

#slider_SS_R {
	height: 160px;
}

#plot_fpdf {

	width: 72%;
	height: 350px;
	float: right;

}

#plot_fval {
	position: absolute;
	left:      340px;
	top:       25px;
	color:     #d12b2b;
	font-size: 16px;
	background-color: white;
	border: 1px solid #d12b2b;
	border-radius: 5px;
	padding: 3px 10px 3px 10px;

}

#plot_pval {
	position: absolute;
	left:      340px;
	top:       65px;
	color:     #224499;
	font-size: 16px;
	background-color: white;
	border: 1px solid #224499;
	border-radius: 5px;
	padding: 3px 10px 3px 10px;

}

