﻿.steadyrain.shows.past
{
    margin-bottom: 60px;
}

    .steadyrain.shows.past .showButtons
    {
        display: none;
    }
    .steadyrain.shows.upcoming .showButtons
    {
        width: 325px;
        font-size: 14px;
    }

.steadyrain.shows[data-no-timeframe="true"] .timeframe,
.steadyrain.shows[data-no-timeframe="true"] .timeframe-label
{
    display: none;
}

.steadyrain.shows .show
{
    border-bottom: solid 1px #3a3a3c;
    margin-top: 20px;
    padding-bottom: 20px;
}

    .steadyrain.shows .show a
    {
        color: #2f1733;
        text-decoration: none;
    }

    .steadyrain.shows .show .showPrice,
    .steadyrain.shows .show .showTime,
    .steadyrain.shows .show .sponsor,
    .steadyrain.shows .show .balcony,
    .steadyrain.shows .show .surcharge,
	.steadyrain.shows .show .ageRestriction
    {
        font-size: 12px;
        height: 18px;
        line-height: 18px;
    }

    .steadyrain.shows .show .sponsor
    {
        font-style: italic;
        margin-bottom: 5px;
    }

    .steadyrain.shows .show .balcony
    {
        letter-spacing: 0;
        margin: 0;
        text-transform: uppercase;
    }

    .steadyrain.shows .show .onSaleDate
    {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .steadyrain.shows .show .tourName
    {
        text-transform: uppercase;
        font-size: 13px;
    }

/* Clearfix
// Source: http://nicolasgallagher.com/micro-clearfix-hack/
//
// For modern browsers
// 1. The space content is one way to avoid an Opera bug when the
//    contenteditable attribute is included anywhere else in the document.
//    Otherwise it causes space to appear at the top and bottom of elements
//    that are clearfixed.
// 2. The use of `table` rather than `block` is only necessary if using
//    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after
{
    clear: both;
}
