.scrollable{
    height: 600px;
    overflow: scroll;
    border: 2px solid #D7DBDD;
    border-radius: 8px;
}

.table-fixed thead tr th { 
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #000000;
    color: white;
    font-family: Calibri;
    
}

.table-fixed { 
    height:200px;
    overflow:scroll;
    background-color: white;
}
.caret{
    display:none !important;
}
.row_pers{
    border: 2px solid #D7DBDD;
}
body{
    background-image: url("img/bodyback.jpg");
    background-size: cover;
    background-position: center center;
    font-family: Calibri;
}
