#page {
	padding: 0;
	margin: 0 1px;
	width: 100%;
}

form, hr {
	display: none;
}

#banner, #footer {
  display: none;
}

body {
	padding: 0;
	margin: 0;
	background: white;
	font-size: 85%;
}

table {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	white-space: normal;
	border-collapse: collapse;
}

th, thead td {
  text-align: left;
  color: #333;
  border: none;
  border-bottom: 1px solid gray;
  background: none;
}

.border th, .border thead td {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 4px;
  font-weight: bold;
}
table.border tr td {
padding:4px 4px;
vertical-align: center;
text-align: left;
}

#all {
	border: none;
	margin: 0;
}

.item {
	width: 280px;
	margin-top: 4px;
	float: left;
}

.group {
	/* clear: both; */
}

.label {
	margin: 0 0 2px 0;
}

.box {
	width: 250px;
	height: 15px;
	border: 1px solid #333;
	padding: 5px;
}

.boxdouble {
	width: 355px;
	height: 15px;
	border: 1px solid #333;
	padding: 5px;
}

.six .item {
	width: 13%;
	margin-right: 3.6%;
}

.six .box {
	width: 100%;
}

.five .item {
	width: 17%;
	margin-right: 3%;
}

.five .box {
	width: 100%;
}


.four .item {
	width: 18%;
	margin-right: 2%;
}

.four .box {
	width: 95%;
}

.three .item {
	width: 30%;
	margin-right: 3.3%;
}

.three .box {
	width: 100%;
}

.two .item {
	width: 46.5%;
	margin-right: 3.5%;
}

.two .box {
	width: 100%;
}

.item.checkbox .box {
	width: 13px;
	float: left;
	margin: 15px 0 0 0;
}

.item.checkbox .label {
	float: left;
	margin: 20px 0 0 10px;
}

.item.big {
	width: 96.6%;
}



hr.clear {
	clear: both;
}

#content {
  width: 100%;
  background: none;
}

#content .title {
	font-size: 24px;

}
#content .title h1 {
	width: 60%;
	float: left;
	margin-top: 0;
}
#content .workOrderNumber {
	width: 40%;
	text-align: right;
	float: left;
}

	#content .workOrderNumber small {
		font-size: 60%;
		display: block; }

#content table, #content table tr, #content table tr td {
	border: none;
}
#content h3 {
	font-size: 18px;
	margin: 10px 0 5px;
	padding: 1px 0;
	color: #000;
	border-bottom: #555 dashed 1px;
	border-top: #555 dashed 1px;
	clear: both;
	text-align: left;
}
#content h3 small {
	font-size: 12px;
}
#content .details {
	font-size: 14px;
	margin: 5px 0;
}
#content .instructions td {
	border: #000 solid 1px;
	text-align: left;
}
#content .notes td {
	border-top: #000 solid 1px;
	height: 75px;
}
#billingInformation table.billTo tr td {
	border: #000 solid 1px;
}
#billingInformation table.billTo {
	width: 100%;
}
#mappingInformation, #orderInformation {
	float: left;
	width: 50%;
}
.view-order #mappingInformation, .view-order #orderInformation {
	float: none;
	width: inherit;
}
#mappingInformation {
	clear: both;
}
#content table.preFilled {
	margin: 2px 0;
}
#content table.preFilled tr td.label {
	font-weight: bold;
	text-align: left;
}
#content table.preFilled td.field {
	font-weight: normal;
	text-align: left;
	border-bottom: #000 solid 1px;
	overflow: hidden;
}
#fieldInformation .message {
	clear: both;
}
#checkTestGroup .instructions {
	font-size: 14px;
	margin: 4px;
}

#acres-report td {
	border: #000 solid 1px;
}

.no-print {
  display: none !important;
}
.only-preview {
  display: none !important;
}
