#pricing-table {
    width: 100%;
    table-layout: fixed;
}

    #pricing-table ul {
        display: flex;
        top: 0px;
        z-index: 10;
        padding-bottom: 14px;
    }

    #pricing-table li {
        list-style: none;
        flex: 1;
    }

        #pricing-table li:last-child {
            border-right: 1px solid #DDD;
        }

    #pricing-table table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }

    #pricing-table th {
        background: #F5F5F5;
        display: none;
    }

    #pricing-table td, th {
        height: 53px
    }

    #pricing-table td, th {
        border: 1px solid #DDD;
        padding: 10px;
        empty-cells: show;
    }

    #pricing-table td, th {
        text-align: left;
    }

        #pricing-table td + td, th + th {
            text-align: center;
            display: none;
        }

    #pricing-table .txt-l {
        font-size: 28px;
        font-weight: bold;
    }

    #pricing-table .txt-top {
        position: relative;
        top: -9px;
        left: -2px;
    }

    #pricing-table .tick {
        font-size: 18px;
        color: #2CA01C;
    }

    #pricing-table .hide-cell {
        border: 0;
        background: none;
    }

@media (min-width: 640px) {
    #pricing-table ul {
        display: none;
    }

    #pricing-table td, th {
        display: table-cell !important;
    }

    #pricing-table td, th {
        width: 330px;
    }

        #pricing-table td + td, th + th {
            width: auto;
        }
}

#pricing-table [type='radio'] {
    display: none;
}

#pricing-table td.highlighted {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    border-left-color: #d62d0d !important;
    border-right-color: #d62d0d !important;
    background-color: lightblue;
    /*opacity: 0.5;*/
    /*filter: brightness(0.8);*/
    /*color: #fff;*/
}

#pricing-table th.highlighted {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    background-color: #d62d0d !important;
    border-top-color: #d62d0d !important;
    border-left-color: #d62d0d !important;
    border-right-color: #d62d0d !important;
    color: #fff;
}

#pricing-table tr:last-child td.highlighted {
    border-bottom-width: 2px !important;
    border-bottom-color: #d62d0d !important;
}

#pricing-table tr.sep-row td.highlighted {
    background-color: lightblue;
}

#pricing-table tr.sep-row td:first-child {
    border-left-color: #DDD;
}

#pricing-table tr.sep-row td:last-child {
    border-right-color: #DDD;
}

#pricing-table tr.sep-row td {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
}


/* CARDS */

#pricing-card-table [type='radio'] {
    display: none;
}

#pricing-card-table .card.highlighted {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    border-left-color: #d62d0d !important;
    border-right-color: #d62d0d !important;
    background-color: lightblue;
    /*opacity: 0.5;*/
    /*filter: brightness(0.8);*/
    /*color: #fff;*/
}

#pricing-card-table .card-header.highlighted {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    background-color: #d62d0d !important;
    border-top-color: #d62d0d !important;
    border-left-color: #d62d0d !important;
    border-right-color: #d62d0d !important;
    color: #fff;
}
