body {
    letter-spacing: 0.05em;
    font-size: 0.9em;
}
.table-top-borderless > thead > tr > th {
    border-top: none;
}
.pointer{
    cursor: pointer;
}
.header{
    position:sticky;
    top: 0 ;
    background-color:white;
}