a.aw-search-results-item {
    margin: 23px;
    margin-right: -20px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: black;
    margin-bottom: -10px;
}

a.aw-search-results-item:hover {
    text-decoration: none;
    box-shadow: 0 0 5px -3px black;
    background-color: #f5f5f5
}

a.aw-search-results-item:hover .url {
    text-decoration: underline;
}

a.aw-search-results-item .url {
    color: #01579b;
}

.aw-search-results-item .label {
    font-weight: bold;
}

#not-found-message {
    color: red;
    margin: 32px;
    margin-bottom: -10px;
}