/*Tables*/
.landTable {
	page: landscape;
}

para.blackHalfCircle {
	content: ' \25D3';
}

span.a {
	display: inline-block;
	font-size: 40px;
	margin-bottom: -4px;
}

span {
	display: inline;
	font-size: 15px;
}

.greencallout {
    border-radius: 50%;
    background-color: #84A04C;
    width: 18px;
    display: block;
    text-align: center !important;
    color: white;
    font-weight: bold;
}

.blackcallout {
    border-radius: 50%;
    background-color: #000000;
    width: 18px;
    display: block;
    text-align: center !important;
    color: #D1D3D5;
    font-weight: bold;
}

.moveRight {
	padding-left:25px !important;
}

div.breakHere {
	page-break-before:always !important;
}

.row-pgBreak {
	page-break-after:avoid !important;
}

.pgBreak {
	page-break-after:avoid !important;
}

.botBorder {
	border-bottom:1px solid black;
}

.two-wide .graphic {
	max-width: 45%;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
}

.rotated .para {
	white-space: nowrap;
	writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	-webkit-writing-mode:vertical-rl;
	transform:rotate(180deg);
	display: inline-block;
}

/*Gallery & Image stuff*/

.half-page {
	float:right;
	display:table-column;
	max-width:2.8in;
	margin-left:8px;
	margin-top:1px;
	clear:left;
}

.img-right {
	float:right;
	max-width:1.5in;
	margin-left:1px;
	margin-top:.2in;
}

.lotGeometrics {
	float:left;
	max-width:4.3in;
	font-size:9pt;
	padding:1px;
	margin-top:.12in;
	page-break-inside:avoid;
}

.half-page {
	flex-flow:column;
	-webkit-flex-flow:column;
}

gallery > caption {
	color:rgb(24,104,146);
	page-break-after:avoid;
	position:relative;
	display:block;
	text-align:center;
	font-size:12px;
	line-height:11px;
}

.two-wide .graphic {
	max-width: 45%;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	clear: both;
	*zoom: 1;
	display:flex;
	overflow:auto;
	flex-direction:row;
}

/*
  ========================================
  endClearfix
  ========================================
*/

/*eCode Only*/
@media screen {
	.rotated .para {
		display: inline-block;
		
	}


.two-wide .graphic {
	max-width: 45%;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
}

.rotated .para {
	white-space: nowrap;
	writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	-webkit-writing-mode:vertical-rl;
	transform:rotate(180deg);
	display: inline-block;
}

.half-page {
	float:right;
	max-width:2.2in;
	margin-left:1px;
	margin-top:.5in;
	clear:left;
}

.half-page {
	flex-flow:column;
	-webkit-flex-flow:column;
}

.img-right {
	float:right;
	max-width:1.8in;
	margin-left:1px;
	margin-top:-575px !important;
}

.lotGeometrics {
	max-width:7in;
	font-size:9pt;
	padding:1px;
	margin-top:.12in;
}

.moveRight {
	padding-left:50px !important;
}

gallery > caption {
	color:rgb(24,104,146);
	page-break-after:avoid;
	position:relative;
	display:block;
	text-align:center;
	font-size:12px;
	line-height:11px;
}

.two-wide .graphic {
	max-width: 45%;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
}

}
	
/*Prince-Specific Override for rotated text */
	.rotated > para {
		writing-mode: vertical-rl;
		transform:rotate(180deg);
		display: inline-block;
		}
	
/**********PRINT-ONLY**********/
@media print {
	@page landscape {
		size: letter landscape;
		@footnotes { border-top:thin solid black; padding-top:3pt; margin-top:.125in;}
		@top-center {width: 3.75in;}
		@top-left { content: string(left-corner,start);}
		@top-right { content: string(right-corner,last);}
		@bottom-center { content: string(ch-num)":"string(particle-num,last)"-"counter(page); margin-bottom:0;}
	}
	
	@page landscape:left {
		margin: .75in .5in 1.25in .5in ;
		@footnotes { border-top:thin solid black; padding-top:3pt; margin-top:.125in;}
		@bottom {padding-bottom:.875in;}
		@top {padding-top:.375in;}
		@top-left {padding-top:.375in;}
		@top-right {padding-top:.375in;}
		@bottom-center { content: string(ch-num)":"string(particle-num,last)"-"counter(page); margin-bottom:0;}
	}

	@page landscape:right {
		margin: 1.25in .5in .75in .5in ;
		@footnotes { border-top:thin solid black; padding-top:3pt; margin-top:.125in;}
		@bottom {padding-bottom:.375in;}
		@top {padding-top:.875in;}
		@top-left {padding-top:.875in;}
		@top-right {padding-top:.875in;}
		@bottom-center { content: string(ch-num)":"string(particle-num,last)"-"counter(page); margin-bottom:0;}
	}

	@page landscape:blank {
		@top-center { content: "" }
		@top-left { content: "" }
		@top-right { content: "" }
		@bottom-center { content: "" }
		@bottom-right { content: ""}
	} 
	
	title {
		page-break-after: avoid !important;
	}
	
	@page particle {
		@bottom-center { content: string(ch-num)":"string(particle-num,last)"-"counter(page); margin-bottom:0; padding-bottom:.625in;}
	}
	
	article {
		counter-reset: page 1;
	}
	
	scheme-item.article {
		page-break-inside: avoid;
	}

	.codeTable table td, .codeTable table th {
    hyphens: auto;
	}
	
}

/*eCode Only*/
@media screen {
	.codeTable{
		margin-bottom:1em;
		font-size: 10;
		}
}