﻿
@media screen and (max-width:767px) {
    .collapsed-xs {
        display: none;
    }

    .expand-in-none-xs {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .collapsed-xs {
        display: block;
    }

    .expand-in-none-xs {
        display: block;
    }
}

.pricingTable-wrap {
    margin-top: 0px;
    margin-bottom: 30px;
    width: auto;
    height: 100%;
}

.pricingTable-wrap-toggle {
    padding: 0;
    margin: 0;
    width: auto;
    height: 35px;
    display: block;
    line-height: 35px;
    color: #663200;
    background: #333;
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    box-shadow: 2px 2px 3px #888888;
    text-decoration: none !important;
}

.pricingTable-arrow {
    padding-top:3px;
    color: #EBEBB3 !important;
    background: #333 !important;
}

.pricingTable-wrap-toggle-expand {
    position: inherit;
    border-radius: 30px 30px 0 0;
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    height: 35px;
    line-height: 35px;
    color: #EBEBB3 !important;
    background: #663200 !important;
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    box-shadow: 2px 2px 3px #888888;
    text-decoration: none !important;
}
