/********************SEARCH RESULTS*******************/
#search-results tbody .item:nth-of-type(even) {
    background-color: rgba(255,255,255,0.1);
}

#search-results tbody .item {
    border-bottom: 2px solid #222;
}

#search-results tbody {
    border-top: 4px solid #222;
}

.search-results-item-links a img {
    border: none !important;
    border-radius: 4px;
}


.search-results-record-type {
    padding-left: 10px;
}

.search-results-item-links {
    border-bottom: none;
    display: flex;
}

.search-results-item-links .search-result-item-link-title {
    flex: 0.45;
}

