#divFilter {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

.filterRow {
    padding-left: 5px;
    width: 99%;
    font-weight: bold;
    font-size:1.2em;
    padding-bottom: 10px;
}

.filterTextBox {
    color: #FFFFEE;
    width: 95%;
    font-weight: normal;
    padding-left: 5px;
    margin-right: 35px;
    margin-bottom:3px;
    font-size:0.9em;
    height: 24px;
    border: 1px solid #040404;
    background-color: #040404;
    background-image: url('/static/imgs/search.png');
    background-position: right;
    background-repeat: no-repeat;
}

.filterTextBoxSmall {
    color: #FFFFEE;
    width: 15%;
    font-weight: normal;
    padding-left: 5px;
    margin-right: 35px;
    margin-bottom:3px;
    font-size:0.9em;
    height: 22px;
    border: 1px solid #040404;
    background-color: #040404;
    background-image: url('/static/imgs/search.png');
    background-position: right;
    background-repeat: no-repeat;
    /* width: 100%;  */
}

.filterLabelResults {
    margin-left: 10px;
}

.concertList tr td {
    padding: 6px;
}


.concertList th {
    padding: 8px;
    color: #040404;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-right-color:#040404;
    border-top-color:#FFFFFF;
    border-bottom-color:#FFFFFF;
    font-size: 1.2em;
}

.concertList th a {
    color: #040404;
}

.concertList th:last-child {
    border-right-color:#FFFFFF !important;
}

.nav-tabs {
    border-bottom: 1px solid #282828;
    font-size: 1.5em;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent #282828;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #2a9fd6;
  border: 1px solid #282828;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content {
    font-size: medium;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
