.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #c4d3f6;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 100%;
    /*
    border-radius: 10px;
    */
    overflow: hidden;
}

.table {
    margin: 0 auto;
    /*
    width: 100%;
    */
    margin-bottom: 30px;
    display: table;
}

.equal-width {
    width: 33.3%;
}

@media screen and (max-width: 768px) {
    .table {
        display: block;
    }

    .table {
        margin-bottom: 0;
    }
}

.row {
    display: table-row;
    background: #fff;
}

.row.header {
    color: #ffffff;
    background: #0E4891;
}

@media screen and (max-width: 768px) {
    .row {
        display: block;
    }

    .row.header {
        padding: 0;
        height: 0px;
    }

    .row.header .cell {
        display: none;
    }

    .row .cell:before {
        font-size: 12px;
        color: #808080;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;

        margin-bottom: 13px;
        content: attr(data-title);
        min-width: 98px;
        display: block;
    }
}

.cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        display: block;
    }
}

.row .cell {
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
    font-size: 17px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 19px;
    padding-bottom: 19px;
}

.row .cell:nth-child(1) {
    /*
    width: 360px;
    */
    padding-left: 20px;
}

.row .cell:nth-child(2) {
    /*
    width: 160px;
    */
}

.row .cell:nth-child(3) {
    /*
    width: 250px;
    */
}

.row .cell:nth-child(4) {
    /*
    width: 190px;
    */
}

.table, .row {
    /*
    width: 100% !important;
    */
}

@media (max-width: 768px) {
    .tableWithNoSpaceWhenMobile.leftColumn.rightColumn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobileApprenticeShipRow.row {
        width: 95% !important;
        background-color: white !important;
        margin: 0 auto;
        margin-top: 15px;
    }

    .row {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-right: 15px;
        padding-left: 4%;
        margin: 0;
    }

    .grayBackgroundMobile700 {
        background: #e9e9e9;
    }

    .header {
        border: 0 !important;
    }

    .table .row:nth-child(2) {
        border: 0 !important;
        padding-top: 0 !important;
    }

    .row .cell {
        border: none;
        padding-left: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .row .cell:nth-child(1) {
        padding-left: 0px;
    }

    .row .cell {
        font-size: 17px;
        color: #555555;
        line-height: 1.2;
        font-weight: unset !important;
    }

    .table, .row, .cell {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .row {
        padding-left: 3%;

    }
    .wrap-table100 .row:last-child {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

