﻿.table-other-documents {
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
    background: #F1F1F1;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-other-documents .table-other-documents__icon {
    border-right: 0;
    padding-left: 8px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.table-other-documents .table-other-documents__icon img {
    display: block;
    margin: auto;
}

.table-other-documents .table-other-documents__link {
    border-left: 0;
}

.table-other-documents > tbody > tr:nth-child(even) {
    background-color: #FFFFFF;
}

.table-other-documents tr td {
    padding: 8px;
    padding-left: 0;
    border: 0;
}
