
.help-table {
    margin: 0 0 40px 0;
    width: 100%;
    border: solid 2px #000;
    display: table;
    color: #000;
}

.table-lg {
    display: block;
}

.table-sm {
    display: none;
}

@media screen and (max-width: 580px) {
    .help-table {
        display: block;
    }

    .table-row::last-child {
        background: #009eff;
    }

    .table-sm {
        display: block;
    }

    .table-lg {
        display: none;
    }
}

.table-row {
    display: table-row;
    background: #f6f6f6;
}

    .table-row:nth-of-type(odd) {
        background: #e6e6e6;
    }

    .table-row.table-header {
        font-size: 24px;
        color: #ffffff;
        background: #ff8300;
        text-align: center;
    }

    .table-row.green {
        background: #27ae60;
    }

    .table-row.blue {
        background: #2980b9;
    }

@media screen and (max-width: 580px) {
    .table-row {
        padding: 14px 0 7px;
        display: block;
    }

        .table-row.table-header {
            padding: 0;
        }

            .table-row.table-header .cell {
                display: none;
            }

        .table-row .cell {
            margin-bottom: 5px;
        }

            .table-row .cell:before {
                margin-bottom: 3px;
                content: attr(data-title);
                min-width: 98px;
                font-size: 22px;
                line-height: 10px;
                font-family: RobotoCondensedLight;
                text-transform: uppercase;
                color: #000;
                display: block;
            }
}

.cell {
    padding: 6px 12px;
    display: table-cell;
    border-left: solid 2px #000;
    border-bottom: solid 2px #000;
}

.table-row div:first-child {
    border-left: none;
    text-align: center;
}

.first-cell {
    font-size: 24px;
    font-family: 'RobotoCondensedBold';
    width: 200px;
}

.second-cell {
    font-size: 24px;
    font-family: 'RobotoCondensedBold';
    width: 50%;
    text-align: center;
}

.first-cellc {
    text-aliign: center;
}

@media screen and (max-width: 580px) {
    .cell {
        padding: 2px 16px;
        display: block;
        border-left: none;
        border-top: none !important;
        text-align: left !important;
        border: none;
        font-family: 'RobotoCondensedBold';
        font-size: 28px;
    }

    .cell-center {
        text-align: center !important;
        margin: 0 !important;
        line-height: 20px;
    }

    .first-cell {
        border: none;
        font-size: 22px;
        width: 100%;
    }

    .second-cell {
        font-family: 'RobotoCondensedLight';
        width: 100%;
        text-align: center;
        font-size: 22px;
    }
}

.bbb-1 {
    border-bottom: solid 2px #000;
}

.bb-0 {
    border-bottom: none !important;
}

.cell-center {
    text-align: center !important;
    margin: 0 !important;
}
