.lightbox #cboxClose {
    background-color: #f7f7f7;
    border-radius: 50%;
}

.ce_dse_tableextended_start table td,
.ce_dse_tableextended_start table th,
.ce_table table td,
.ce_table table th,
.ce_table .table .td,
.ce_table .table .th {
    padding: 5px 0;
}
.ce_table .table .th {
    font-weight: bold;
}
.ce_dse_tableextended_start thead th,
.ce_table thead th,
.ce_table .thead .th {
    font-size: 14px;
    font-size: 1.4rem;
}
.ce_dse_tableextended_start tbody td,
.ce_dse_tableextended_start tbody th,
.ce_table tbody td,
.ce_table tbody th,
.ce_table .tbody .td,
.ce_table .tbody .th {
    font-size: 12px;
    font-size: 1.2rem;
}

.ce_dse_tableextended_start table td.col_last,
.ce_dse_tableextended_start table th.col_last,
.ce_table table td.col_last,
.ce_table table th.col_last {
    text-align: left;
}

#main .mod_article .outer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px;
}

body #container > #main > .inside .inner {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 768px) {
    #main .mod_article .outer {
        padding: 20px;
    }
}
@media screen and (min-width: 992px) {
    .ce_dse_tableextended_start tbody td,
    .ce_dse_tableextended_start tbody th,
    .ce_table tbody td,
    .ce_table tbody th,
    .ce_table .tbody .td,
    .ce_table .tbody .th {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .ce_dse_tableextended_start thead th,
    .ce_table thead th,
    .ce_table .thead .th {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1200px) {
    #main .mod_article .outer {
        padding: 30px;
    }
}
.ce_table.mobile { display: none; }
@media screen and (max-width: 1199px) {
    .ce_table.mobile.oversized {
        display: block;
        width: 100%;
    }
    .ce_table.mobile .thead, .ce_table.mobile .tbody .tr {
        overflow: hidden;
    }
    .ce_table.mobile .thead {
        border-bottom: 1px solid #141312;
        padding-top: 20px;
    }
    .ce_table.mobile .thead.thead_1 {
        padding-top: 0;
    }
    .ce_table.mobile .tbody .tr {
        border-bottom: 1px solid rgba(20,19,18,.2);
    }
    .ce_table.mobile .thead:before,
    .ce_table.mobile .thead:after,
    .ce_table.mobile .tbody .tr:before,
    .ce_table.mobile .tbody .tr:after, {
        content: "";
        display: table;
    }
    .ce_table.mobile .thead:after,
    .ce_table.mobile .tbody .tr:after, {
        clear: both;
    }
    .ce_table.mobile .th, .ce_table.mobile .td {
        float: left;
        width: 50%;
    }

/*    .ce_table table, .ce_table thead, .ce_table tbody,
    .ce_table tr, .ce_table th, .ce_table td {
        display: block;
    }*/

/*    .ce_table table th.empty,
    .ce_table table td.empty {
        display: none;
    }*/
}
@media screen and (max-width: 991px) {
    .ce_table { display: none; }
    .ce_table.mobile {
        display: block;
        width: 100%;
    }
}