body {
    font-family: ProximaNova-Regular, "Open sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: Museo-300, Helvetica, Arial, sans-serif;
}

h3 {
    font-family: Museo-300, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0;
}

h4, .venue-details p, .ListingFullWidth h3 {
    font-family: Museo-300, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

p {
    margin: 1em 0;
}

.venue-details {
    margin-top: 5px;
}

.values h4 {
    color: #43a6cf;
    font-size: 14px;
    font-weight: 400;
}

.values p {
    margin: 0;
}

.main-nav li a {
    font-size: 18px;
}

.monospace {
    font-family: monospace;
}

.bold {
    font-weight: bold;
}

.links a {
    font-size: 11px;
}

.links a:hover {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

form#subscriptions > table {
    width: 100%;
}

form#subscriptions > table > .right {
    text-align: right;
}

form#subscriptions > table  input {
    vertical-align: middle;
}

#webloyaltybox {
    background-color: white;
    padding: 5px;
}

.ticket-block-table {
    display: table;
    width: 100%;
}

.ticket-block-row {
    display: table-row;
}

.ticket-block-cell {
    display: table-cell;
    width: 50%;
}

div.ticket-block-cell > p:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .ticket-block-row {
        display: initial;
    }

    .ticket-block-cell {
        display: initial;
        width: 100%;
    }

    div.ticket-block-cell > p:last-child {
        padding-bottom: 10px;
    }
}
