.gmbr{
	height: 330px;
	border-radius: 10px;
	/*min-height: 400px;*/
}

.custom-scrollbar {
	position: relative;
	height: 500px;
	overflow: auto;
}
.scroll-y {
	display: block;
}

.tableFixHead thead th { 
	position: sticky; 
	top: 0;
	background-color: white; 
}

