body {
    overscroll-behavior: contain;
}

.w-13 {
    width: 13%!important;
}
.w-22 {
    width: 22%!important;
}
.table-striped-body tbody:nth-of-type(odd){
    background-color: rgba(0,0,0,.05);
}
