.priceLevelSelect {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.priceLevelSelect .label {
    margin-right: 20px;
}

.priceLevelSelect .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.priceLevelSelect .buttons .btn {
    margin: 5px;
    border-radius: 8px;
    border: none;
    background-color: #F3F3F3;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.priceLevelSelect .buttons .btn.btn-disabled {
    background-color: #cbe4c4ff;
}

.prices_table {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.prices_table td {
    text-align: center;
}

.p_a2_nav_prices .structure {
    font-size: 16px;
    padding: 10px;
}

.p_a2_nav_prices .level0 {
    display: none;
}

.p_a2_nav_prices .level1 {
    font-size: 1.4em;
}

.p_a2_nav_prices .level1 a {
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}

.p_a2_nav_prices .level2 {
    margin-left: 1em;
}

.p_a2_nav_prices .level3 {
    margin-left: 2em;
}

.p_a2_nav_prices .level4 {
    margin-left: 3em;
}

.p_a2_nav_prices .prices_table tr td:nth-child(2), .p_a2_nav_prices .prices_table tr td:nth-child(3), .p_a2_nav_prices .prices_table tr td:nth-child(5), .p_a2_nav_prices .prices_table tr td:nth-child(6) {
    text-align: center;
    display: none;
}

.p_a2_nav_prices .firmsCount {
    text-align: right;
    padding: 10px 20px;
}

.p_a2_nav_prices .prices_table tr:nth-child(odd) td {
    background-color: #eee;
    text-align: c;
}

.p_a2_nav_prices .prices_table tr:first-child td {
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    min-height: 44px;
}

.p_a2_nav_prices .prices_table tr:first-child td:first-child {
    text-align: left;
}

.p_a2_nav_prices .prices_table .name {
    text-align: left;
    max-width: 300px;
}

@media only screen and (max-width: 500px) {
    .p_a2_nav_prices .prices_table tr td:nth-child(7) {
        display: none;
    }
    .p_a2_nav_prices .prices_table tr td:nth-child(n+2) {
        padding: 10px;
    }
    .priceLevelSelect .buttons {
        justify-content: start;
    }
}

@media only screen and (max-width: 450px) {
    .p_a2_nav_prices .prices_table tr:first-child td {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 400px) {
    .p_a2_nav_prices .prices_table {
        font-size: calc(4px + 2.5vw);
    }
}



.p_a2_nav_prices.searchModeOn .prices_table tr {
    display: none;
}

.p_a2_nav_prices.searchModeOn .level2, .p_a2_nav_prices.searchModeOn .level3, .p_a2_nav_prices.searchModeOn .level4 {
    margin-left: 0;
}

.p_a2_nav_prices.searchModeOn .prices_table tr.matching {
    display: table-row;
}

.p_a2_nav_prices.searchModeOn .prices_table tr.matching td {
    background-color: white;
}

.p_a2_nav_prices.searchModeOn .prices_table tr:first-child {
    display: table-row;
}