﻿.search-result-table_striped {
    
}

.search-result-table_striped .search-result-table__row:nth-child(odd)
{
    background-color: rgb(249, 249, 249);
}

.search-result-table_striped .search-result-table__row:nth-child(even).data-error
{
    background-color: #feeded;
}

.search-result-table_striped .search-result-table__row:nth-child(odd).data-error
{
    background-color: #ffe5e5;
}