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

.ccTreeViewPanelDetails .documentRow:nth-child(odd) {
    background: var(--cc-lightGrey);
}

.docIcon {
    padding-right: 1em;
}
