.get-partner-prices {
    max-width: 100%;
}

.table-mobile {
    margin-bottom: 40px;
}

.table-scroll{
    height: 200px;
    overflow-x:auto;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 12px;
}

.table-scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background: linear-gradient(to bottom, transparent, #fff);
}

.table-scroll.visible{
    height: auto;
    overflow: visible;
    overflow-y: hidden;
    padding-bottom: 30px;
}

.tpp-box {
    display: block;
    min-height: 290px;
}

.tpp-room-group {
    padding-top: 25px;
}

.tpp-room-group h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #247AA0;
    font-size: 14px;
}

.tpp-stop-sales {
    display: block;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 9px;
    line-height: 1.2;
    font-size: 9.5pt;
    color: #FF0000;
}

.tpp-stop-sales p {
    margin: 0;
    line-height: 1.1;
    font-weight: bold;
}

.tpp-prices-table {
    border-collapse: collapse;
    height: 211px;
    width: 100% !important;
    position: relative;
}

.tpp-prices-table thead tr th {
    font-size: 9.5pt;
}

.tpp-prices-table tbody tr td {
    font-size: 9.5pt;
    text-align: center;
}

.tpp-prices-table tbody tr td:first-child {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: #247AA0;
    white-space: nowrap;
}

.tpp-prices-table tbody tr td .pr-col-err {
    font-weight: bold;
    color: #FF0000;
}

.tpp-note {
    display: block;
    width: 100%;
    line-height: 1.1;
    padding-top: 1px;
    padding-bottom: 6px;
    color: #FF0000;
    font-size: 13px;
    clear: both;
}

.tpp-note span {
    display: inline-block;
    width: 15px;
    height: 14px;
    line-height: 14px;
    margin-right: 2px;
    color: #FF0000;
    font-size: 11px;
    background-color: #CCC;
    border-radius: 7px;
    text-align: center;
    position: relative;
    top: -2px;
}

.legend {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 20px;
    padding-bottom: 10px;
    clear: both;
}

.legend span {
    display: inline-block;
    line-height: 1.1;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 12px;
    color: #444;
}

.legend span.block {
    width: 16px;
    height: 14px;
}

.legend span.normal {
    color: #444444;
}

.legend span.promo {
    color: #106F45;
}

.legend span.stopsale {
    color: #FF0000 !important;
    padding-right: 0;
}

.legend span.stopsale-lbl {
    color: #FF0000 !important;
}

.tpp-prices-table tbody tr td span span.stsn {
    color: #FF0000 !important;
}

.tpp-prices-table tbody tr td.price-has-spo-specialoffer {
    background-color: #FFC514 !important;
}

.tpp-prices-table tbody tr td span.price-has-stopsale {
    text-decoration: line-through;
}

.price-has-ebd {
    display: inline-block;
    color: #106F45;
}

.price-has-ebd span.price-main {
    display: block;
    color: #106F45;
    font-weight: bold;
}

.price-has-ebd span.price-base {
    display: block;
    text-decoration: line-through;
    color: #9C9C9C;
    font-size: 0.9em;
}

.legend span.block.normal {
    background-color: #444444;
}

.legend span.block.promo {
    background-color: #106F45;
}

.legend span.block.stopsale {
    background-color: #FF0000;
}

.legend span.block.special-price {
    background-color: #FFC514;
}

.tor-ttlperr {
    font-size: 12px;
}

.prices-main-title {
    display: block;
    width: 100%;
    margin-bottom: 5px !important;
    font-weight: bolder;
    font-size: 2em !important;
    color: #247AA0;
}

.prices-sub-title {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
    color: #106F45;
}

.tpp-eb-pec-all {
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 8px;
}

.tpp-eb-pec-all h2 {
    display: block;
    width: 100%;
    font-size: 12pt !important;
    font-weight: bold !important;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 8px;
    color: #106F45;
}

.tpp-eb-pec-all p {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
    padding-left: 15px;
    font-size: 0.8em !important;
    font-weight: normal !important;
    padding-bottom: 2px;
    color: #106F45;
}

.open-table {
    width: auto;
    height: 40px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -50px;
    color: #FFF;
    background-color: #007244;
    text-align: left;
    text-decoration: none;
    bottom: 2px;
    left: 50%;
    z-index: 2;
    position: absolute;
    transition: color 0.3s;
}

.open-table span {
    display: inline-block;
    line-height: 1;
    background-size: 22px;
    color: #FFF;
    font-size: 17px;
    transition: color 0.3s;
}
.open-table span::after {
    content: "\25BC";
}

@media all and (min-width: 640px) and (max-width: 960px) {

    /* FONT SIZE -> */
    #tpp-path-nav ul.tpp-path-spacer li {
        font-size: 1.3vw;
    }

    .tpp-inputs-line {
        flex-wrap: wrap;
    }


    #tpp-thankyou-line {
        padding: 3vw 10%;
    }

    #tpp-thankyou-line h1 {
        line-height: 1.20;
        font-size: 2.8vw;
        padding: 0 0 0 12%;
    }
}

@media all and (min-width: 20px) and (max-width: 639px) {

    /* FONT SIZE -> */
    .tpp-badge1, .tpp-badge2 {
        font-size: 2vw;
    }

    #tpp-thankyou-line {
        padding: 3vw 10%;
    }

    #tpp-thankyou-line h1 {
        line-height: 1.20;
        font-size: 2.8vw;
        padding: 0 0 0 12%;

    }
}
