/* SEASONS FORMATTING */

h2 {
    font-size: 14px;
    color: #434343;
    margin-bottom: 15px;
}

h3 {
    font-size: 17px;
    margin: 5px 0;
    line-height: 24px;
}

.date {
    color: #656565;
    text-transform: uppercase;
    font-size: 11px;
    margin: 8px 0;
    line-height: 19px;
}

.season-table {
    margin-top: 20px;
    width: 100%;
}

.season-table td {
    min-width: 15px;
    padding: 10px 5px;
    border: 1px solid #CCC;
}

.season-table .amount {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.production-cell {
    width: 170px;
    font-size: 13px;
}

.bp1 {
    background: #EAEAEA;
}

.bp2 {
    background: #F1F1F1;
}

.bp3 {
    background: #F9F9F9;
}

.current-month {
    background: #C60C30;
}

.current-month a {
    color: #FFF !important;
}

.season-table tr th {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.season-navigation {
    position: absolute;
    top: 40px;
    right: 35px;
}

.view {
    top: 75px;
}

.productions-list li {
    list-style-type: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.productions-list li img {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.production-excerpt {
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    line-height: 19px;
}

.season-production-list {
    color: #333333;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
}