#pb-page-content article .article-table-content {
	border: 2px solid #005293;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: auto;
}

#pb-page-content article .article-table-content .align_center {
	text-align: center;
}

#pb-page-content article .article-table-content b,
#pb-page-content article .article-table-content strong {
	font-weight: bold;
}

#pb-page-content article .article-table-content table {
	display: table;
}

#pb-page-content article .article-table-content table caption {
	background-color: #005293;
	color: #fff;
	text-align: left;
	padding: 8px 12px;
	font-weight: bold;
}

#pb-page-content article .article-table-content table tbody tr th[scope='rowgroup'] {
	background-color: #eee;
	border: none;
	color: #333;
}

#pb-page-content article .article-table-content table tbody tr td.rowsep1 {
	border-bottom: 1px solid #c0c0c0;
}

#pb-page-content article .article-table-content table tbody tr:nth-child(even) {
	background-color: inherit;
}

#pb-page-content article .article-table-content table tbody {
	border-bottom: none;
}

#pb-page-content article .article-table-content table thead tr {
	background-color: #eee;
}

#pb-page-content article .article-table-content table thead tr th {
	border: none;
	color: #333;
}

#pb-page-content article .article-table-content table thead {
	border-top: none;
}

#pb-page-content article .article-table-content table thead tr th[colspan] {
	border-bottom: 2px solid #fff;
}

#pb-page-content article .article-table-content table tr {
	font-weight: normal;
}

#pb-page-content article .article-table-content table tr td,
#pb-page-content article .article-table-content table tr th {
	padding: 8px 12px;
}

#pb-page-content article .article-table-content .tableFooter {
	border-top: 1px solid #005293;
	font-size: 14px;
	padding: 8px 12px;
}

#pb-page-content article .article-table-content .tableFooter div.footnote p {
	margin: 0 0 8px;
}

#pb-page-content article .article-table-content .tableFooter div.footnote:last-child p {
	margin-bottom: 0;
}