﻿#article, #ticketmaster-events {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

#article > h2, #ticketmaster-events > h2 {
    margin-bottom: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #ddd;
    color: #7c7c7c;
    font-size: 15px;
}

.ticketmaster-listing {
    position: relative;
    margin-bottom: 0;
    padding: 15px 10px 15px 10px;
    background-color: #fff;
    border-bottom: solid 1px #efefef;
}

.ticketmaster-listing-info {
    float: left;
    position: relative;
    width: 100%;
    padding-right: 100px;
    line-height: 19px;
}

.ticketmaster-listing-info-date {
    position: absolute;
    left: 0;
    top: 0
}

.ticketmaster-listing-info-venue {
    padding-left: 130px;
    line-height: 19px;
}

.ticketmaster-listing-buy {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ticketmaster-listing-buy .button {
    float: right;
    width: 60px;
    margin-bottom: 10px;
}

#ticketmaster-events .paging {
    margin-top: 20px;
}