/*Tables*/

.landTable {
	page:landscape !important;
	page-break-before:right;
}

.notesTable {
	page:landscape !important;
	page-break-before:avoid !important;
}

graphic {
	max-width:100%;
	padding:0;
}

.breakHere {
	page-break-before:always !important;
}


.half-title {
	float:right;
	max-width:.5in;
	margin-left:5px !important;
	margin-top:-2px !important;
	padding-bottom:2px !important;
}

/*eCode Only*/
@media screen {
	.rotated .para {
		display: inline-block;
		
	}

graphic {
	max-width:100%;
	padding:0;
}

.content .half-page {
    max-width: 33%;
}

.nofloat *, .nofloat *:after {
    clear: none;
}

.content .half-title {
	float:right;
	max-width:.5in;
	margin-left:5px !important;
	margin-top:-12px !important;
	padding-bottom:0px !important;
}

}

/*eCode Only*/
@media screen {
	.codeTable{
		margin-bottom:1em;
		font-size: 10;
		}

}