/* pages/pricing.css: the hedged price-range page. */

.price-jump {
    margin-top: 22px;
}

.price-jump a {
    font-size: 0.88rem;
}

@media (min-width: 768px) {
    .price-table-block .data-table th[scope="row"] {
        width: 62%;
    }
}
