body {
	margin: 0 auto;
	width: 100%;
	font-size: 9pt;
}
.table-fixed tbody{
	height: 450px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed td,
.table-fixed th{
	display: block;
}

 .table-fixed tbody td,
 .table-fixed thead > tr > th{
	float: left;
	border-bottom-width: 0;
	height: 30px;
}
