.file-table th {
    padding: 18px 0;
    font-size: 18px;
    font-weight: 700;
}


.file-table .header {
    background-color: #d7e0f6;
    font-size: 16px;
    height: 60px;
    text-align: center;
    color: rgb(45,102,165);
}

.file-table tr td {
    height: 62px;
    line-height: 21px;
    font-size: 14px;
    color: #4d4d4d;
}

.file-table tr td a {
    color: #4d4d4d;
}
