.tab-content {
    border: solid 1px #dddddd;
    border-top: none;
    padding: 10px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

#businessSearchForm .errorHolder .alert {
    margin: 20px 0 0 0;
}

#theResults {
    border: solid 1px #dddddd;
    border-top: none;
    padding-bottom: 10px;
    overflow:hidden;
}

#theResults .alert {
    margin: 20px 20px 10px 20px;
}


#filters {
    background-color: #F5F5F5;
    padding: 5px 20px;
    border-bottom: solid 1px #dddddd;
}

#filters .form-group {
    display: inline-block;
    margin: 0;
}

#filters label {
    width: auto;
    display: inline-block;
    font-weight: normal;
    font-size: 90%;
    margin: 0px;
}

#filters select {
    width: auto;
    display: inline-block;
}

#filters .filterToggles {
    float: right;
    /*line-height: 36px;*/
}

#filters .filterDescription {
    float: left;
    line-height: 36px;
    height: 36px;
}

#theResults .row  {
    margin: 0px;
    padding: 0px;
}

#theResults .list-group-item {
    padding-left: 0px;
    padding-right: 0px;
}

#theResults .list-group {
    margin: 10px    ;
}

#theResults H4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}


#theResults .ratingDisplay {
    font-size: 80%;
    text-align: right;
}

#theResults .ratingDisplay .starHolder {
    display: inline-block;
    max-width: 140px;
}

#theResults .ratingDisplay .star {
    padding: 1px;
    width: 20%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.topRow {
    padding-top: 10px;
}


#tabInState {
    text-align: left;
}

#tabInState .btn {
    margin-bottom: 4px;
}