.stable tbody+tbody, .stable td, .stable th, .stable thead th {
    border: 0;
    word-break: break-all;
    font-size: 14px;
}

.stable thead {
    background: #2aaacc;
    color: #fff;
    display: table;
    width: calc(100% - 1.2vw);
    table-layout: fixed;
}

.stable tbody {
    display: block;
    height: calc(100vh - 150px);
    /*width: calc(100% - 1.2vw);*/
    overflow-y: scroll;
}

.stable td, .stable th {
    padding: 8px;
}

.stable td.col-0.text-right {
     position: relative;
}

.edit-img {
    width: 16px;
    display: inline-block;
}

.odd {
    background: #ffffff;
    color: #000;
}

.even {
    background: #e2faff;
    color: #000;
}
