.table-responsive{
    /*max-height:500px;*/
    overflow-y:auto;
}

thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}
