.seated-events-table {
    border-top: 1px solid #fff !important;
    border: none;
    color: #E2E2D3;
}

.seated-event-row {
    border-top: 1px solid #fff;
    color: #E2E2D3;
    border-bottom: 1px solid #fff;
}

.seated-event-description-cells {
    width: 65%;
    color: #E2E2D3;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

.seated-event-date-cell {
    font-weight: 700;
    text-transform: uppercase !important;
    color: #E2E2D3;}


.seated-event-venue-name,
.seated-event-venue-location {
    text-transform: uppercase;
}

body .seated-event-link1,
body .seated-event-link1:visited,
body .seated-event-link2,
body .seated-event-link2:visited {
    font-size: 14px;
    border-radius: 0;
    padding: 10px 3px;
    background: #C3541C;
    color: #E2E2D3;
    border: 1px solid #C3541C;
}

body .seated-event-link1:hover,
body .seated-event-link2:hover {
    border-radius: 0;
    padding: 10px 3px;
    font-size: 14px;
    opacity: 0.9;
    background: transparent;
border:1px solid #E2E2D3 !important;
}

body .seated-follow-link,
body .seated-follow-link:visited {
   font-size: 14px;
    border-radius: 0;
    padding: 10px 12px;
    margin-top: 25px;
    background: #C3541C;
    color: #E2E2D3 !important;
    border: 1px solid #C3541C;
}

body .seated-follow-link:hover {
    border: 1px solid #C3541C;
    background: #C3541C;
}

body .seated-follow-text {
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.seated-follow-box+div {
    display: none;
}

body .seated-event-row {
    border-color: #fff;
}
@media screen and (max-width: 1024px){
.seated-event-venue-cell{
 width:100%;
 text-align:center;
}
}