@charset "utf-8";
/* CSS Document */

#regions {
	background-image: url("/img/pg_hdr/quarterly-report.jpg");
	background-size:cover;
}

#regions h1 {
	color:#fff;
}
.sdc {
	display: none;
}
.footnote {
	display: none;
	font-size:85%;
}
.sml {
	font-size:75%;
	margin-left:25px;
}
.docsdbar {
	float:right;
	margin:0px 0px 15px 15px;
	width:250px;
	background-color: #4D4D4F;
	color:#fff;
	text-align: center;
	padding:15px;
}
.docsdbar a {
	color:#EFE6C7;
	font-size:75%;
}
.docsdbarttl {
	font-family: 'Futura Md BT';
	font-weight:normal;
}
h3 {
	margin-top:20px;
}
table {
	border-collapse: collapse;
	width:65%;
}
td {
	border:#4D4D4D 1px solid;
}
th, td {
	text-align: center;
}
th:first-child, td:first-child {
	text-align: left;
}
th {
	background-color: #609540;
	color:#fff;
	font-family: 'Futura Lt BT';
	font-weight:normal !important;
}
strong {
	font-family: 'Futura Md BT';
	font-weight:normal !important;
}
th strong {
	font-family: 'Futura Lt BT';
	font-weight:normal !important;
}
.left {
	margin:0px 15px 15px 0px;
}

tr:nth-child(odd) {
	background-color:#fff;
}
tr:nth-child(even) {
	background-color:#EFE6C7;
}
tr:hover {
	background-color: #2B919D;
	color:#fff;
}
tr.total {
	background-color:#4D4D4F;
	color:#fff;
}


@media only screen and (max-width: 768px) {
	/*table {
		display: none;
	}
	hr {
		display:none;
	}*/
	.docsdbar {
		background-color:transparent;
		width:100%;
	}
	.docsdbarttl {
		color:#222;
	}
	.docsdbar p a {
		color:#609540;
	}
	
}