﻿
.documentRow {
    padding: .5em;
    border-bottom: 1px solid var(--cc-blue);
    
}

.documentRow:nth-child(odd) {
    background: var(--cc-lightGrey);
}
    .documentRow:last-child {
        border-bottom: none;
    }

.docIcon {
    margin-right: 1em;
}
