﻿.price-switch {
    min-width: 38px;
    min-height: 31px;
}

    .price-switch > span {
        font-weight: bold;
        display: none;
    }

    .price-switch.usd > span:nth-child(1),
    .price-switch.eur > span:nth-child(2),
    .price-switch.tix > span:nth-child(3) {
        display: inline;
    }

.table-usd .price-eur, .table-usd .price-tix,
.table-eur .price-usd, .table-eur .price-tix,
.table-tix .price-usd, .table-tix .price-eur {
    display: none;
}