.print-only, #record-container-readonly{
	display: block;
}
.ui.fixed.menu, #record-container, .search.parcel, .hide-print, #loaderOverlay{
	display: none!important;
}
.ui.grid>[class*="twelve wide"].column{
	width:100%!important;
}
.ui.segment{
	border: none;
    box-shadow: none;
}

.clearLeft{
	clear: left;
}

/* the text styles */
#parent_parcel_readonly_text, #readonly_record_data .record, #readonly_record_data .record a{
	font-weight: bold;
	font-size: 1.1em;
}
.readonly-heading{
	text-align: center;
    line-height: 1.4em;
	margin-bottom: 1.5em;
}
.readonly-heading h2{
	margin-top:.5em;
}
.readonly_record_row:nth-child(2n+1){
	clear:both;
}
#readonly_record_data .readonly_record_row{
	margin-bottom: 1em;
	/*-webkit-column-break-inside: avoid;*/
	float: left;
}
/*#readonly_record_data{
	-webkit-column-count: 2;
}


#readonly_record_data .readonly_record_row{
	margin-bottom: 1em;
	font-size: .8em;
	-webkit-column-break-inside: avoid;
	clear: left;
	float: left;
}*/
#readonly_record_data label{
	width: 9em;
	display: inline-block;
}

#readonly_record_data .readonly_record_row .indentFloat label{
	float: left;
	clear: left;
}
#readonly_record_data .readonly_record_row .indentFloat span{
    float: left;
    display: block;
    width: 230px;
}
.disclaimer{
	font-style: italic;
	text-align: center;
	font-size: .6em;
	clear: both;
	padding-top: 10px;
}
