body.wholeScreenBody {
    margin: 0;
    padding: 0;
}
div.wholeScreen {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}
div.nonFooter {
    padding-bottom: 2rem;
}

div.topImage {
    position: relative;
    width: 100vw;
    height: 320px;
    min-height: 300px;
}
div.topImage img {
    position: absolute;
    bottom: 0%;
    float: bottom;
    margin-left: 50%;
    transform: translate(-50%,0%);
}
div.autoNNbuttons {
    top: 45vh;
    width: 100vw;
    text-align: center;
}
div.autoNNbuttonsCenter {
	position: relative;
	display: inline-block;
    width: 950px;
    background: rgb(240, 240, 240);
}
div.autoNNbutton {
	position: relative;
	display: inline-block;
	width: 450px;
	height: 100px;
    border: 2px;
    border-style: solid;
    border-color: rgb(150, 150, 150);
    background: white;
    cursor: pointer;
}
div.buttonIcon {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 100px;
    text-align: left;
    z-index: 1;
}
div.buttonText {
    position: absolute;
    top: 15px;
    left: 120px;
    width: 330px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    z-index: 1;
}
div.buttonSubtext {
    position: absolute;
    top: 55px;
    left: 120px;
    width: 330px;
    text-align: center;
    font-size: 16px;
    z-index: 1;
}
span.buttonLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('transparentDot.png')
}
div.ifDemoModeScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    z-index: 8;
    background-color: rgba(255,255,255,0.85);
    display: none;
}
div.ifDemoModeLine {
    position: fixed;
    top: 50vh;
    width: 100vw;
    z-index: 9;
    transform: translateY(-50%);
    text-align: center;
}
div.ifDemoModeOption {
	position: relative;
	display: inline-block;
    width: 30em;
    z-index: 10;
    padding: 20px;
    border: 2px solid grey;
    border-radius: 8px;
    background-color: rgba(255,255,255,1.0);
    opacity: 1.;
}
div.ifDemoIcon {
    position: absolute;
    left: 20px;
    top: 50%;
    height: 94px;
    transform: translateY(-47px);
    text-align: left;
}
div.ifDemoButtons {
    position: relative;
    z-index: 11;
    left: 40px;
}
button.ifDemoButton {
	border-color: solid black;
	border-width: 2px;
	font-size: 1.2em;
}

div.bannerRow {
	top: 10px;
	height: 110px;
	text-align: center;
}
div.banner {
	position: relative;
	display: inline-block;
	top: 10px;
	width: 800px;
	height: 100px;
}
div.bannerImage {
	position: absolute;
	width: 800px;
    z-index: 1;
}
div.bannerIcon {
    position: absolute;
    left: 270px;
    top: 20px;
    z-index: 2;
}
div.bannerText {
	position: absolute;
	top: 46px;
	left: 440px;
	font-size: 1.17em;
	font-weight: bold;
	transform: translate(-50%, -50%);
	background-color: white;
	color: black;
    z-index: 2;
}
div.centertext {
    clear: left;
    text-align: center;
}
li.upperBullet {
    margin-bottom: 10px;
}
div.body {
    overflow: hidden;
    width: 750px;
    margin: auto;
}
div.instructions {
    overflow: hidden;
    width: 750px;
    margin: auto;
}
div.formBody {
    float: left;
    width: 360px;
}
div.ifRandomData {
	text-align: center;
}
div.regenerateData {
	background-color: #EEEEEE;
	padding: 15px;
}
div.rowcolText {
    float: left;
    width: 80px;
    padding: 15px 0px 0px 0px;
}
div.rowcol {
    line-height: 140%;
    margin-left: 95px;
    background-color: #FFFFFF;
    border: solid;
    border-width: 5px;
    border-color: #FFFFFF;
}
div.optionBox {
    padding: 5px 0 .4em 0;
}
div.shadedOptionButton {
    background-color: #F8F8F8;
    border: solid;
    border-width: 1px 0 0 0;
    margin-top: 8px;
    clear: left;
    cursor: pointer;
}
div.verticalpad {
    padding: 10px 0;
}
div.expanderCaption {
    float: left;
    width: 300px;
}
div.paddedExpanderCaption {
    float: left;
    width: 340px;
    padding: 0 0 15px 0;
}
div.centeredExpanderCaption {
    float: left;
    width: 300px;
    text-align: center;
    padding: 0 0 15px 0;
}
div.expanderButton {
    margin-left: 340px;
    cursor: pointer;
}
div.expander {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.shadedExpander {
    background-color: #F8F8F8;
    border: solid;
    border-width: 0 0 1px 0;
    max-height: 0;
    padding: 0 0 .12em 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.NNoptionsSection {
    position: relative;
    width: 344px;
    padding: .8em 0 0 0;
}
div.NNoptionsLimits {
    position: relative;
    width: 180px;
    line-height: 150%;
}
input.mediumInput {
    width: 5em;
}
input.smallInput {
    width: 3em;
}
div.NNoptionsBox {
    width: 320px;
    padding: 0 0 .4em 8px;
}
div.NNoptionsWeights {
    position: absolute;
    right: 0;
    top: 1.5em;
    width: 144px;
}
div.NNoptions3col {
    position: relative;
    width: 340px;
}
div.NNoptionsDiscreteAFs {
    position: relative;
    width: 220px;
    border: dotted;
    border-width: 0 1px 0 0;
}
div.NNoptionsCol12 {
    position: relative;
    width: 225px;
    padding: 0 0 8px 0;
}
div.NNoptionsCol1 {
    position: relative;
    width: 105px;
}
div.NNoptionsCol2 {
    position: absolute;
    left: 105px;
    top: 0px;
    width: 115px;
}
div.NNoptionsCol3 {
    position: absolute;
    left: 235px;
    top: 0px;
    width: 115px;
}
div.visualization {
    margin-left: 440px;
    width: 310px;
}
canvas.plot {
	border: 1px solid black;
}
div.RHSexpanderButton {
    margin-left: 290px;
    cursor: pointer;
}
div.plotOptionsBox {
    position: relative;
    width: 310px;
    line-height: 150%;
}
div.plotCol1 {
    position: relative;
    left: 10px;
    top: 0.5em;
    width: 135px;
}
div.plotCol2 {
    position: absolute;
    left: 155px;
    top: 0px;
    width: 155px;
}
div.finePrint {
    font-size: small;
    margin-left: 1em;
}
div.horizontalBar {
    width: 800px;
    height: 3px;  /* 3px; */
    margin: auto;
    background-color: rgb(0,146,179);  /* rgb(127,127,255); */
}
div.greyHorizontalBar {
    width: 800px;
    height: 1px;  /* 3px; */
    margin: auto;
    background-color: rgb(67,67,67);
}
div.submitForm {
    padding: .6em 0 0 0;
}
button.exampleButton {
    border-color: #222222; /*#D0EAEB;  #C0E4EB;*/
    border-radius: 8px; /* #E0F2F6; */
    border-width: 2px; /* #E0F2F6; */
    background-color: #E0F2F6; /* #E0F2F6; */
    font-size: 0.8em;
}
div.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    text-align: center;
}
