/* here you can put your own css to customize and override the theme */


table.table {
	overflow-x: inherit !important;
}

.table-scrollable {
	border: none;
}

.table thead  {
	z-index: 9;
	background-color: #fff;
}

@media (min-width: 992px) { 
	.table thead  {	
		position: relative;
	}
}