body{
	font-size: 13px;
}
.layout-container{
	padding: 10px;
}
.sheet-page-number{
	text-align: right;
	font-size: 0.8rem;
}
.sheet-body{
	/*padding-top: 10px;*/
}
	.sheet-body .main-slider{
		box-shadow: none;
		/*border-left: 1px solid #07297e;
		border-right: 1px solid #07297e;
		border-bottom: 1px solid #07297e;*/
		border: 1px solid #07297e;
	}
		.sheet-body .main-slider ul{
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.sheet-body .main-slider ul li{}
	.sheet-body .table{
		border-top: 1px;
	}
	.sheet-body .table th,
	.sheet-body .table td{
		padding: 4px 2px;
		min-width: auto;
	}
