/* page
------------------------------------------------------------------------- */
#page {
	margin: 0px auto 0px auto;
}

#page .title h1 {
	font-size: 30px;
	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 40px auto;
	text-align: center;
	width: 70%;
}

#page figure.table {
	margin: 0px auto 0px auto;
}

#page table {
	width: 100%;
}