.tickets-homepage * {
    line-height: normal;
}
.tickets-homepage {
    font-family:"BebasNeue", sans-serif;
    text-transform: uppercase;
}
.tickets-homepage h1 {
    color: #AA0000;
    float: center;
    font-size: 20px;
    font-weight: normal;
}
.tickets-homepage .button {
    background: none repeat scroll 0 0 #AA0000;
    border: 1px solid #BBBBBB;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 80px;
    text-align: center;
}
.tickets-homepage .button a {
    color: #FFFFFF;
    display: block;
    line-height: 52px;
}
.tickets-homepage .button:hover {
    background: url("/assets/images/tickets-landing-list-btn-hover.png") repeat-x scroll 0 0 #000000;
    border: 1px solid #BBBBBB;
}
.tickets-homepage .button:hover a {
    color: #FFFFFF;
}
.tickets-homepage a {
    font-weight: normal;
}
.tickets-homepage .button a.last {
    font-size: 36px;
    font-weight: normal;
    padding: 30px;
}
.tickets-homepage .button a.middle {
    font-size: 36px;
    font-weight: normal;
    padding: 30px 0;
}
.tickets-homepage .button a.strong {
    font-size: 36px;
    font-weight: normal;
    padding: 18px 0;
}
.tickets-homepage .button.two-rows a:first-child {
    line-height: 26px;
}
.tickets-homepage .button.two-rows a {
    line-height: 2px;
}
.tickets-homepage .heading .button {
    background: url("/assets/images/tickets-landing-btn.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    float: right;
}
.tickets-homepage .heading .button a {
    color: #AA0000;
    padding: 0 10px;
}
.tickets-homepage .heading .button:hover {
    background: url("/assets/images/tickets-landing-btn-hover.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C19103;
}
.tickets-homepage.top ul li {
    float: left;
    width: 33%;
}
.tickets-homepage.top ul li.loop-last {
    width: 33%;
}
.tickets-homepage a:hover {
    text-decoration: none;
}
.tickets-homepage .button a:hover {
    text-decoration: none;
}
.tickets-homepage .heading {
    width: 940px;
}