/**
 * @file
 * Visual styles for WETA search results.
 */

.search-form {
    margin-bottom: 15px;
}
.search-form:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.search-form .search-help-link {
    float: right;
}

#search-sfbf {
    float:right;
    margin: 0 10px 10px 0;
    border: none;
    padding: 8px 20px;
    color: #fff;
    background: #007cde;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}
#search-sfbf:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear:both;
}
#search-sfbf:hover, #search:focus {
    background-color: #555555;
}
#search-sfbf a {
    color: white;
    cursor: pointer;
}
.path-search .item-list {
    clear:both;
}
