.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none
}

.tablepress td,.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important
}

.tablepress tbody td {
    vertical-align: top
}

.tablepress tbody td,.tablepress tfoot th {
    border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
    border-top: 0
}

.tablepress thead th {
    border-bottom: 1px solid #ddd
}

.tablepress tfoot th,.tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle
}

.tablepress .odd td {
    background-color: #d9edf771;
    /* background-color: #0a6eb5ba; */
    position: relative;
    border: 1px solid #ddd;
}

.tablepress .even td {
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
}

/* .tablepress .odd td.column-1::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 70%;
    top: 50%;
    background: #091a3f;
    transform: translate(-50%, -50%);
} */


/* .tablepress .row-hover tr:hover td {
    background-color: #f3f3f3
} */

.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none
}



.tablepress {
    /* display: block; */
    overflow: auto;
    max-width: 100%;
}

.tablepress tbody td {
    vertical-align: middle
}

.tablepress td,.tablepress th {
    text-align: center
}

.tablepress tfoot th,.tablepress thead th {
    background-color: #d9edf771;
    /* background-color: #0a6eb5ba; */
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    color: #111;
    border: 1px solid #ddd;
}


.tablepress td,.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    float: none!important;
    font-size: 17px;
    color: #111
}

.callback-form{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}

.callback-form a{
    color: #fff;
}

@media(max-width: 576px) {
    .tablepress {
        /* display: block; */
        max-width: 100%;
        overflow-x: scroll;
    }

    .tablepress tfoot th,.tablepress thead th {
        font-size: 14px;
    }
    
    .tablepress td,.tablepress th {
        font-size: 14px;
    }

    .pages .content {
        overflow: scroll;
        padding-left: 5px;
        padding-right: 5px;
    }

    .price-page_wrapper .col-lg-12{
        padding: 7.5px!important;
    }

    .price-page_wrapper .container{
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
}