h1, h2, h3, h4, p, li, .related, .section, .date
{
	font-family: Georgia, Palatino, serif;
	font-weight: 400;

	color: #000000;
}

h1
{
	font-weight: 400;
	font-size: 2em;
	line-height: 1.5em;
}

.splashHeadline
{
    margin-bottom: 1em;
}

h2
{
	font-size: 1.5em;
    line-height: 1.5em;
}

h3
{
    margin-top: 5em;
    font-weight: 600;
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: 1px solid #e8e8e8;
}

h4
{
    margin-top: 3em;
    font-weight: 600;
}

p, .section, .date {
	margin: 0px 0px 30px 0px;
}

p {
	font-size: 1em;
	line-height: 2em;
}

li {
    margin-bottom: 2em;
}

.related {
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 1em;
    line-height: 1.5em;
}

.code
{
	font-family: "Courier", monospace;
	line-height: 1.25em;
	font-size: small;
}

hr
{
    color: #e8e8e8;
    background: #e8e8e8;
    width: 100%;
    height: 1px;
	border: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

a:link.splash { color: #000000; }
a:visited.splash { color: #000000; }
a:hover.splash { color: #C0C0C0; }
a:active.splash { color: #E8E8E8; }

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

.sub { 
    bottom: -0.25em;
}

.sup { 
    top: -0.5em;
}

.footnoteHR
{
    width: 100px;
    margin-left: 0;
    margin-bottom: 10px;
    font-size:1.1em;
}

.footnote
{
    font-size:0.9em;
    line-height:1em;
}

.date
{
	text-align: right;
	font-size: small;
	color: #C0C0C0;
	margin: 2em 0px 0px 0px;
}

.figure
{
	text-align: center;
	font-family: "Helvetica", sans-serif;
	font-size: small;
	font-weight: normal;
}

.caption
{
	text-align: left;
	font-family: "Helvetica", sans-serif;
	font-size: small;
	font-weight: normal;
    line-height: 1.1em;
}

.plot
{
	width: 550px;
	height: 450px;
	
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 20px;
}

.plotSelectors
{
	margin-left:60px;
	margin-top:-10px;
	margin-bottom:30px
}

.wideImage
{
	width:100%; 
	position:relative;
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
}


.blueBottomBar 
{
 	position: relative;
    width: 100%;
    height: 20px;

    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
    background-color: #27AAE1;
	border-radius: 3px;

	text-align: right;
}

.brownBottomBar
{
	position: relative;	
	height:20px; 

    font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	
    margin-left: 15px;
    padding-right: 10px;

	border-radius: 3px;
	background-color:#3C1425;

}

.brownBottomBar a 
{
	color: #FFFFFF;
}

.articleSeparator
{
	position:relative;
	width: 100%;
	height: 1px;

	margin: 10px 0px 30px 0px;

	border: 0;
	background:#000000; 
}

.chartSelector
{
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;

	background-color: white;
	border-color: black;
	border-style: solid;
	
	cursor: pointer;

	width:8px; 
	height:8px
}

.activeImageSelector 
{
	background-color: black;
}

.centered
{
	margin-left: auto; 
	margin-right: auto;
}

.centeredText {
	text-align: center;
}

.main
{
    position: relative;
    width: 640px;

    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

#main
{
    padding-top: 210px;
}

#main img
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid #000000;

    display: block;
}

#leadDIV
{
    width: 100%;
    position:relative;
    text-align:center;
    top: 50px;
    visibility: hidden;
}

#leadPhoto
{
    border: 1px solid #000000;
}

#fullPhotoBottom {
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: fixed;
}

#fullPhoto {
    width: 100%;
    height: 100vh; 
    left: 0;
    top: 0;
    position: fixed;
    overflow:hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.coinFlips th, td {
    padding-left: 10px;
    padding-right: 10px;
}

.coinFlips th {
    border-bottom: 1px;
}

.coinFlips {
	font-weight: 600;
	font-family: monospace;
    margin-bottom: 1em;
}

.coinFlipStart {
    margin-top: 1em;
}

.coinFlipEnd {
    margin-bottom: 2em;
}

.simulationInput {
	width: 30px;
}

.sampleSizeInput {
    width: 60px;
}

.sampleSizeCalcLabel {
    width: 400px;
    float: left;
    text-align: right;
    line-height: 100%;
    padding-top: .4em;
    padding-right: 5px;
}

#reflipMoreSamples {
    width: 40px;
}

.highcharts-title, .highcharts-axis {
 	font-family: Helvetica;
    font-size: 1em !important;
}

.highcharts-title {
	font-weight: 600;
}