.kgRowFooter, .kgRow.kgRowFooter:nth-child(even), .kgRow.kgRowFooter:nth-child(odd) {
			 	position: absolute;
			 	border-top: 1.5px solid rgb(212,212,212);
			 	background-color: rgb(234, 234, 234);
			 	overflow: hidden;

			 	/*width: 1381px;
			 	height: 30px;
			 	bottom: 17px;*/
		 	}
			.gridStyle .kgViewport {overflow-x: scroll}

/* TODO move this to the appropriate CSS file*/
.gridStyle {
	/*border: 1px solid rgb(212,212,212);*/
	/*width: 100%; */
	/*height: 100%;*/
	position: absolute;
	top: 5px; left: 5px; right: 5px; bottom: 5px;
}