.seating-link
{
    position: absolute;
}

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.events {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 10px;
    min-height: 85px;
    width: 100%;
}

.events-list {
    width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    min-height: 85px;
}

.bottom-row-border {
    border-bottom: 1px solid #e5e5e5;
}

.event-ticket td, th {
    padding: 5px 50px 5px 50px;
    font-size: 12px;
}

.event-description .title {
    font-weight: bold;
}

.seat {
    text-decoration: none;
}

@media (max-width: 1080px) {

    .seat {
        font-size: 11px;
    }
}

.seating-arrangement > .col-md-12, > .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    .bottom-row-border td, th {
        padding: 5px 0px 5px 0px;
    }

    .event-tickets {
        border: none;
    }

    .seat {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .event-ticket #amount {
        width: 64px;
    }

    .bottom-row-border td, th {
        padding: 5px 0px 5px 0px;
    }

    .seat {
        font-size: 8px;
    }
}

body.skin-black .main-header .navbar-brand {
    border-right: 0px;
    padding: 0;
    margin-left: 15px;
}

body.skin-black .main-header .navbar .navbar-nav > li > a {
    border-right: 0px;
}

.navbar-brand {
    /*background: url("/img/starnet_logo.png");*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 125px;
}

body .content-header > h1 {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: initial;
}

body .widget-user .widget-user-header {
    padding: 0px;
    height: 175px;
    background-size: cover !important;;
}

body .box-footer {
    padding: 20px;
    padding-bottom: 15px;
}

body .box-footer .dates {
    margin-bottom: 15px;
}

body .content-header > h1 {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: initial;
}

h5.title {
    font-weight: 600;
    text-transform: initial;
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.box-body.extra-padding {
    padding: 25px;
}

.box-body.extra-padding h4 {
    margin-bottom: 20px;
}

.box-body.extra-padding .dates {
    margin-bottom: 20px;
}

.event-tickets td, .event-tickets th {
    vertical-align: middle !important;
    height: 50px
}

.label-required:after {
    content: '*';
    color: #ff0000;
    padding-left: 5px;
}
