﻿
/* CCss law custom */
.list-document .table thead {
    background-color: #F9F8F8;
}

.list-document .table {
    margin-bottom: 0;
    font-size: 14px;
}

.list-document .table thead th {
    border-bottom-width: 1px;
    white-space: nowrap;
    padding: 0.75rem;
}

.block.shadow-light .list-document td a {
    width: 100%;
    display: block;
    text-align: justify;
}