.table-header {
    .th {
        border-bottom: 1px solid #D8D8D8;
        border-left: 1px solid #D8D8D8;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    .table-head .th:nth-last-child(1) {
        border-right: 1px solid #D8D8D8;
    }
}
