
.wheelsearch-container {
    padding:10px;
    background: #242424 !important;
}

.wheelsearch-container .row {
    margin-left: 0;
    margin-right: 0;
}

.wheelsearch-container .control-label {
    color: #fff;
    margin-bottom: 5px;
}

.wheelsearch-container .btn-search {
    margin-top: 10px;
    float: right;
    clear: both;
    width: 32%;
}

.wheelsearch-container-compact .btn-search {
    float: none;
    width: 100%;
}

.wheelsearch-container a {
    color: #00acf1;
}

.wheelsearch-container form {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}

.wheelsearch-container-compact form {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}