#scrollable-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#scrollable-table::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

#scrollable-table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(44, 62, 80, 0.6);
}


#scrollable-table .table .thead .tr .th {
    border-top: 0px !important;
}