.searchResults {
    width: 100%;
    padding: 10px;
}

.searchResults td {
    padding: 0;
}

.searchResultsLink {
    color: #00873c;
    font-weight: normal;
    font-size: 12px;
}

.searchResultsText {
    width: 710px;
    font-weight: normal;
}

.searchResultsPict {
    width: 55px;
    min-width: 55px;
    min-height: 40px;
    padding-right: 15px;
}

em {
    background-color: yellow;

}

.searchResultsSuggestion {
    background-color: yellow;
    margin-left: 5px;
}

.adminLink {
    width: 120px;
    font-weight: normal;
}

.loading {
    background: transparent url('../img/loading.svg') center no-repeat;
}
