
.tableOuter tbody { height: auto; overflow-y: unset;}
.tableOuter table {width:600px;}
.tableOuter table th:nth-child(1), .tableOuter table td:nth-child(1) { width: 50px;}
.tableOuter table th:nth-child(2), .tableOuter table td:nth-child(2) {width:200px;}
.tableOuter table th:nth-child(3), .tableOuter table td:nth-child(3) {width:100px;}
.tableOuter table th:nth-child(4), .tableOuter table td:nth-child(4) {width:100px;}
header.stickyHeader .navBar {
	width: 100%;
	position: absolute;
	/* left: auto; */
	/* top: 0; */
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	transition: 0.3s all ease-out;
	z-index: 99;
}

