﻿.concertWrap {
    text-align: center;
    width: 75%;
    padding: 20px 0px;
    margin: 0 auto;
}

    .concertWrap a,
    .concertWrap a:visited,
    .concertWrap a:active {
        color: #fff;
        text-decoration: none;
    }

        .concertWrap a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .concertWrap table {
        margin: 0 auto;
        padding: 0px;
        color: #DFAA00;
    }

        .concertWrap table tr {
            margin: 0px;
            padding: 0px;
        }

            .concertWrap table tr td {
                margin: 0px;
                padding: 10px;
                text-align: left;
            }

.bit-widget-container {
    font-family: 'Montserrat', sans-serif;
    font-size: initial;
}

#bit-events table {
    border-bottom: 1px solid rgba(204, 204, 204, .3) !important;
}

#bit-events table tr:nth-of-type(2) {
    height: 40px;
    border-bottom: 1px solid #0E6F82;
}

.bit-events th {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    width: auto;
    color: #d1d1d1;
    border-bottom: none !important;
}

.bit-events td {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    width: auto;
    color: #dfaa00;
    border-top: none !important;
}

#bit-events table a {
    color: #d1d1d1 !important;
    font-weight: normal !important;
}

a.bit-track-artist-header {
    border-bottom: none !important;
    border-top: none !important;
}

#bit-events .bit-date {
    width: 80px !important;
}

#bit-events td .bit-uiButton {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    color: #dfaa00;
}

#bit-events td .bit-uiButton {
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    height: 16px;
    line-height: 16px !important;
    padding: 1px 6px;
}

#bit-events td .bit-uiButtonDefault a {
    color: #dfaa00;
}

#bit-events td .bit-uiButton a:hover {
    color: #333333;
}

#bit-events .venue, #bit-events .location, #bit-events .lineup {
  clear: left;
  display: none !important;
  font-size: smaller;
  line-height: 100%;
}

#bit-events a.bit-track-artist-header .bit-invert {
    background-color: #fff !important;
}