#insidePage .content {
    padding: 53px;
}
table {margin:0 auto;}

th,td {
    background-color: #f6f6f6!important;
    margin-right: 5px;
    position: relative;
    border-bottom: 1px solid #fff;
    font-weight: 500!important;
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
}

th::before,td::before {
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

thead tr th {
    background-color: var(--main-theme-color)!important;
    color: #fff;
    font-size: 20px;
    word-break: keep-all;
}

thead tr th:nth-of-type(3) {
min-width:300px;
}
tbody tr th:nth-of-type(1) {
    white-space: nowrap;
}


tbody tr th span:nth-of-type(1) {
    display: inline-block;
    min-width: 48px;
}



tbody tr td:nth-of-type(2) {
    word-break: break-word;
    width: 0;
}


@media (max-width:1199.98px) {
    #insidePage .content {
        padding: 36px;
    }
}

@media (max-width:575.98px) {
#insidePage .content {
padding:10px;
}
}