.FilesTable thead tr td {
    border: 1px solid #FFF;
    text-align: center;
    background-color: #419bad;
    color: #FFF;
    font-weight: bold;
}

.FilesTable tbody tr td {
    border: 1px solid #777;
    text-align: center;
    color: #888;
    font-weight: bold;
}

.FilesTable {
    width: 100%;
}

.hidden-div {
    visibility: hidden;
    opacity: 0;
    width: 362px;
    height: 362px;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s, opacity 0.5s, left 0.5s;
    transition-delay: 0ms;
}

.visible-div {
    visibility: visible;
    opacity: 1;
    width: 362px;
    height: 362px;
    transform: translate3d(1, 1, 1);
    transition: visibility 0.4s, opacity 0.5s, left 0.5s;
    transition-delay: 0ms;
}
a:not(.label-a) {
    color: #324F46;
}

    a:not(.label-a):hover {
        color: #34bd6b;
    }
