/* page
------------------------------------------------------------------------- */
#page {
	margin: 0px auto 0px auto;
}

#page .title h1 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #999999;
	border-image: linear-gradient(to right, #fff 0%, #999999 10%, #999999 90%, #fff 100%);
	border-image-slice: 1;
	padding: 20px 0px 20px 0px;
	margin: 0px auto 20px auto;
	text-align: center;
	width: 80%;
}

#page figure.table {
	margin: 0px auto 0px auto;
}

#page table {
	border-bottom: 1px solid #cccccc;
	margin: 0px auto 0px auto;
	width: 100%;
}

#page table th {
	display: block;
	border-bottom: none !important;
}

#page table td {
	border-bottom: none !important;
}

#page table colgroup col {
	display: block;
}

