ul.pricelist {
    display:flex;
    top:0px;
    z-index:10;
    padding-bottom:14px;
}
li.pricelist {
    list-style:none;
    flex:1;
}
li.pricelist:last-child {
    border-right:1px solid #DDD;
}
ul.pricelist li.active button {
    background:#F5F5F5;
    color:#000;
}
div#pricelist table { border-collapse:collapse; table-layout:relative; width:100%; }
div#pricelist th { background:#F5F5F5; display:none; }
div#pricelist th.hide { background: none; border: 0px; }
div#pricelist td, th {
    height:53px;
    border:1px solid #DDD;
    padding:10px;
    empty-cells:show;
    text-align:center;
}
td+td, th+th {
    text-align:center;
    display:none;
}
div#pricelist td.default {
    display: table-cell ;
}

.bg-purple {
    border-top:3px solid #A32362;
}
.bg-blue {
    border-top:3px solid #0097CF;
}
.sep {
    background:#F5F5F5;
    font-weight:bold;
    width:240px;
}

.txt-l { font-size:20px; font-weight:bold; color: green;}
.txt-2 { font-size:20px; font-weight:bold; color: black;}
.txt-3 { font-size:12px; font-weight:bold; color: red; text-decoration: line-through}
.txt-4 { font-size:14px; }
.txt-top { font-size:8px; position:relative; top:-9px; left:-2px; }
.tick { font-size:18px; color:#2CA01C; }

@media (min-width: 100px) {
    ul.pricelist {
        display:none;
    }
    div#pricelist td,th {
        display:table-cell !important;
        width: 150px;
    }
    div#pricelist td+td, th+th {
        width: auto;
    }
}