#user-tools {
    padding: 3px 10px;
}

#user-tools input[type="submit"] {
    padding: 3px 6px;
    width: 20%;
    height: 20px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
    line-height: normal;
    font-size: 11px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#user-tools form {
    width: 320px;
    margin: 3px 0;
}

#user-tools input[name="q"][type="search"] {
    width: 75%;
    height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 2px;
    line-height: normal;
    font-size: 12px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: normal;
}

.search-header {
    text-transform: none;
}

.search-results {
    width: 100%;
    margin: 0 auto;
}

.search-results tr {
    background-color: #fff;
}

.search-results tr.alt {
    background-color: #f8f8f8;
}

.search-results tr article {
    padding: 10px 5px;
}

.search-results td {
    padding: 0 10px;
}

.search-results h2, .search-results h3 {
    margin: 0;
}

.search-results h3 {
    color: #006621;
    font-weight: normal;
}

.search-results a, .search-results a:link {
    color: #609;
}

.search-results a:hover {
    text-decoration: underline;
}

.search-results a:visited {
    color: #090090;
}

.search-results .description {
    padding: 0;
    font-size: 14px;
}
