table {
	max-width: 100%;
}

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}

th {
	color: #6680BD;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #B3BBD8;
	background-color: #fff;
	
}

td {
	text-align: center;
	border-bottom: 1px solid #B3BBD8;
	height: 10px;
}

.noprint
{
    display: none;
}


