body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background:none;
}

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

.rdContainer
{
	display: inline;
	width:100%;
	float:left;
	background-image:url(../image/pkcalcmastw700.svg?v=2023);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:1em;
}
#theNotes,
#theStraw{
	display:none;
}
#applCalc{
	display:block;
}

#showHome, #showNotes{}
.topNav div
{
    background-color: #182845;
    border: medium none;
    border-radius: 7px;
	width:48%;
	float:left;
	text-align:center;
	height:22px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.threeTab.topNav div,
.threeTab #showHome,
.threeTab #showNotes {
	width:31%;
}

#showHome.isActive, #showNotes.isActive{}
.threeTab.topNav div.isActive {
	background-color: #446DBB;
}

#showHome, #showStraw{
	margin-right:2%;
}
.aRow, .bRow, .cRow {
	clear:left;
	background-color:#EEF5FB;
	float:left;
	width:98%;
	margin:0 1%;
	padding:0.1em 0;
}

.xspaceAbove {
	padding-top:0.3em;	
}

.xspaceBelow {
	padding-bottom:0.3em;	
}

.topRound{
	margin-top:0.3em;
	-moz-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}
.bottomRound{
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.narrowCell, .oneCell, .twoCell, .threeCell, .fourCell, .twoCell2, .threeCell2, .halfCell
{
	float:left;
	line-height:1.5em;
	padding-left:1%;
}
.aRow .narrowCell{
	width:20%;
}

.aRow .oneCell, .cRow .oneCell{
	width:24%;
}
.aRow .twoCell{
	width:49%;
}

.aRow .threeCell, .cRow .threeCell{
	width:74%;
}
.aRow .fourCell, .cRow .fourCell{
	width:99%;
}
.cRow .oneCell, .cRow .threeCell, .cRow .fourCell{
	line-height:1.2em;
}
.cRow .oneCell
{
	text-align:right;
	padding-left:0%;
	padding-right:1%;
}
.cRow .oneCell a{
	text-decoration:underline;
	font-weight:bold;
	color:#305090;
}
.cRow sub{
	line-height:0em;
	font-size:0.8em;
	vertical-align: sub;
}
.bRow .narrowCell{
	width:17.5%;
}
.bRow .halfCell{
	width:9%;
}
.bRow .oneCell{
	width:19%;
}
.bRow .twoCell{
	width:39%;
}
.bRow .twoCellpad{
	width:37%;
	margin-right:2%;
}
.bRow .twoCell2{
	width:40%;
}
.bRow .threeCell{
	width:55%;
}
.bRow .threeCell2{
	width:59%;
}
.bRow .fourCell{
	width:79%;
}


.aRow .oneCell.inset{
	width:22%;
	padding-left:3%;
}
.aRow .twoCell.inset{
	width:47%;
	padding-left:3%;
	
}
.aRow .threeCell.inset{
	width:74%;
	padding-left:7%;
}
.aRow .fourCell.inset{
	width:97%;
	padding-left:3%;
}

.bRow .oneCell.inset{
	width:17%;
	padding-left:3%;
}
.bRow .twoCell.inset{
	width:37%;
	padding-left:3%;
}
.bRow .threeCell.inset{
	width:57%;
	padding-left:3%;
}
.bRow .fourCell.inset{
	width:77%;
	padding-left:3%;
}

.aRow .twoCell.collapseToOne{
	width:24%;
	padding-left:1%;
}

.mastHead{
	height:75px;
	background:none;
	display:inline;
}
a.mastHead{
	text-decoration:none;
}
p, td, div, h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h2{
	font-weight:bold;
	line-height:1em;
	margin-top:0.3em;
	margin-bottom:0.2em;
	color:#305090;
}
.bRow .oneCell.calcOut{
	width:15%;
	margin-left:2%;
	margin-right:2%;
}

.bRow .narrowCell.calcOut{
	width:14%;
	margin-left:2%;
	margin-right:1.75%;
}

.lineAbove{
	border-top:2px solid #6699CC;
}
.calcOut{
	text-align:center;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#FFFFFF;
}
.showUnit{
	text-align:center;
	font-size: 0.8em;
}
.cropSmallerTxt, .units{font-size: 0.8em;}


.narrowCell input[type=number]{
	width:3em;
}

#yield, #yield-straw,#straw-yield,#bales-per-ha,#bale-weight{width:4em;}
#applCalc input,
#strawCalc input {text-align:center;}

#applCalc input[type="submit"], #applCalc input[type="reset"],
#strawCalc input[type="submit"], #strawCalc input[type="reset"]{
    background-color: #446DBB;
    border: medium none;
    border-radius: 7px;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0 0.7em;;
    outline: medium none;
    padding: 4px 8px;
	float:right;
}
#applCalc input[type="submit"], #strawCalc input[type="submit"]{
	margin-right:5%;	
}
#applCalc input[type="submit"]:hover, #applCalc input[type="reset"]:hover,
#strawCalc input[type="submit"]:hover, #strawCalc input[type="reset"]:hover{
	background-color:#2D487B;
}
#soilAnalysisP, #soilAnalysisK, #desiredP, #desiredK{
	display:none;
}
.centTxt{
	text-align:center;
}
#footer{
	clear:left;
	background-color:#6699CC;
	margin-bottom:1em;
	width:100%;
	float:left;
}
#footer a{
	color:#fff;
	text-decoration:none;
	-moz-border-radius:2px;
	border-radius:2px
}
#footer a:hover{
	background-color:#446DBB;
}
.colHd{
	font-size:0.9em;
	font-weight:bold;
}
.twoCellLineR{
	background-color:#EEF5FB;
	float:right;
	border-top:2px solid #6699CC;
	width:38%;
	line-height:1px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0.3em;
}
.outOfRange{
	color:#f00;
	font-weight:bold;
	text-align:left;
	font-size:0.8em;
	display:none;
}
.prodBy, .copyR
{
color:#fff;
font-size:10px;
width:48%;
padding:0 1%;
display:inline;
}
.copyR{
text-align:right;
float:right;
}
.prodBy{
text-align:left;
float:left;
}

/* This disables the native 'stepping' mechanism entirely so only the JS works */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#csMessage{
	display:none;
	background:#446DBB;
}
#csMessage .cropMessageTxt{
	font-size:0.75em;
	font-weight:bold;
	color:#fff;
	width:98%;
	float:left;
	line-height:1.2em;
	padding-left:1%;
}



.fiftypc{
	display:block;
}
.balewt{
	display: none;
}
.knownstraw{
	display: none;
}


@media screen and (max-width:700px)
{
	#thePage{
		width:400px;
		margin:0 auto;
	}
	.rdContainer{
		margin:0 auto;
	}
	.aRow .twoCell.collapseToOne{
		width:49%;
		padding-left:1%;
	}
	#applCalc input[type="submit"]{
		margin-right:0;	
	}
	.cropSmallerTxt{padding-left:9%;}
	.outOfRange{text-align:left;}
	.rdContainer{background-image:url(../image/pkcalcmastw400.svg?v=2023);}
}

@media screen and (max-width:400px)
{
	#thePage{
		width:320px;
		margin:0 auto;
	}
	.rdContainer{
		margin:0;
		display:inline;
	}
	.chooseCrop, .strCalc .uInput{
		clear:left;
		padding-left:3%;
	}
	.cropCapt{
		width:100% !important;
	}
	.aRow .twoCell.collapseToOne{
		width:49%;
		padding-left:1%;
	}
	.newLine{
		clear:left;
		display:block;
	}
	.rdContainer{background-image:url(../image/pkcalcmastw.svg?v=2023);}
	#applCalc input[type="submit"]{margin-right:0;}
	
	.cropSmallerTxt{padding-left:0;}
	.outOfRange{text-align:center;}
	
	.bRow .threeCell2{width:60%;}
	.bRow .threeCell.inset{width:58%;}
	.bRow .narrowCell{width:17.5%;}
	#showHome, #showNotes{width:47%;}
	
	
	.strCalc .uLabel{
		width:100%;
	}
	
}