.jb2-table-wrapper {
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    .jb2-table-wrapper {
        font-size: 16px;
        line-height: 22px;
    }
}

.jb2-table {
    margin: 0 0 40px 0;
    width: 100%;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
    display: table;
    border-radius: 7px;
    overflow: hidden;
    /*
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.57);
    */
}

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

.jb2-table-row {
    display: table-row;
    background: #f6f6f6;
}

.jb2-table-row:nth-of-type(odd) {
    background: #e9e9e9;
}

.jb2-table-row.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
    font-size: 18px;
}

.jb2-table-row.green {
    background: #27ae60;
}

.jb2-table-row.blue {
    background: #2980b9;
}

@media screen and (max-width: 768px) {
    .jb2-table-row {
        padding: 14px 0 7px;
        display: block;
    }

    .jb2-table-row.header {
        padding: 0;
        height: 6px;
    }

    .jb2-table-row.header .jb2-table-cell {
        font-weight: bold;
        font-size: 18px;
        display: none;
    }

    .jb2-table-row .jb2-table-cell {
        margin-bottom: 10px;
    }

    .jb2-table-row .jb2-table-cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.jb2-table-cell {
    padding: 12px 24px;
    line-height: 20px !important;
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .jb2-table-cell {
        padding: 4px 20px;
        display: block;
    }
}

.jb2-empty-color {
    background-color: #e6ecef;
}

@media screen and (max-width: 768px) {
    .jb2-hide-mobile {
        display: none;
    }
}
