
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }

    .price-table {
        line-height: 1.1rem;
        font-size: 0.8rem;
        border-collapse: separate;
        border-spacing: 2px;
        border: 0;
    }

    .price-table tr td {
        display: table-cell;
        background-color: #E9EFF3;
        padding: 10px;
    }

    .price-table tr td:before {
        content: none !important;
    }

    .price-table tr td:last-of-type {
/*        width: 20%;*/
        text-align: right;
    }

    .price-table tr td.title,
    .price-table tr td.feature {
        width: 40%;
        text-align: left;
    }

    .plan .subsidy table td:first-of-type {
        background-color: transparent;
    }

    .plan .subsidy table td {
        text-align: left;
        display: table-cell;
    }

    .plan .subsidy table tr + tr td:first-of-type,
    .plan .subsidy table td + td {
        border: 1px solid black;
    }
}
