.rebotnix-documents-table-frontend {
    width: 100%;
    border-collapse: collapse;
}

.rebotnix-documents-table-frontend thead {
    display: none;
}

.rebotnix-documents-table-frontend tr {
    border-bottom: 1px solid #e5e5e5;
}

.rebotnix-documents-table-frontend tr:last-child {
    border-bottom: none;
}

.rebotnix-documents-table-frontend td {
    padding: 10px 8px;
    vertical-align: middle;
}

.rebotnix-doc-icon-col {
    width: 40px;
    text-align: center;
}

.rebotnix-doc-icon svg {
    display: inline-block;
    vertical-align: middle;
}

.rebotnix-documents-table-frontend a {
    text-decoration: none;
    font-weight: 500;
}

.rebotnix-documents-table-frontend a:hover {
    text-decoration: underline;
}
