

/***The Page Set up***/
		body.statement {background: #f7f7f7; text-align: center; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 15px;}
		
		.right {text-align: right;}
		.left {text-align: left;}
		.center {text-align: center;}
		
.import {
font-size:75px !important;
color:#cc0000 !important;
}		
		
/***Statement Structure***/
#statement {padding:50px 50px 100px 50px; width:100%; max-width: 215mm; background: #fff; text-align: left; margin:auto; color: #333}

#statement-header  {
			display: block;
}		
#statement-header section {
			display: block;
			width:50%;
			/*background:#f7f7f7;*/
}
.edit #statement-header section {
			width:calc(50% - 7px);
			min-height:120px;
			border:1px dashed #ccc;
	margin-bottom:5px
}
#statement-header section:nth-child(odd) {
	float: left;
}
#statement-header section:nth-child(even) {
	float: right;
}
#statement-header section:nth-child(2n+1) {
	clear: left;
}
#statement-header section:last-child {
	margin-bottom: 40px;
}
#statement-body {clear: both;}
.edit #statement-body {border:1px dashed #ccc;}




/***The Header Section Styles***/

		
	#statement-company-info {margin-bottom: 40px}
	#statement-period {text-align: right;}
		
	#statement-document-title {font-size:2.5em; font-weight:300; margin-bottom:30px;}
	
	#statement-header h3 {margin:0; font-weight: 400}
		
		#statement-owner-info, #statement-property-info {
			padding: 10px;
    		border: 1px solid #eee;
  		}
		/***The Statement Sections***/
		
		
		#statement-body section + section {margin-top:30px;}
#statement-body .section-title {font-size:1.5em; font-weight: 700; margin-bottom: 15px}
		
		/***The Statement Tables***/
		#statement table {width: 100%; }
		#statement thead tr {}
		#statement thead tr th {padding:5px;}
		#statement tbody tr {}
		#statement tbody tr td {padding:5px;}
		#statement tbody tr td span {color:#999;}
		#statement tbody tr.sub-total td {border-top: 1px solid #eee; font-weight: 400;}
		#statement tbody tr.total td {border-top: 2px solid #eee; font-weight: 700;}
		#statement tr td.highlight {background: #eee;}
		#statement tbody tr.grand-total td {background:#f7f7f7; font-weight: 700;}
		
		/***The Statement Colors***/
		#statement .color1 {color:#15445A;}
		
		@media print {
		#statement {padding: 0; display: block; overflow: visible;}
		#statement section table tr {
        page-break-inside: avoid;
    }

}