.liDia {
    background-color: #DCDCDC;
    font-weight: bold;
    text-align: center;
}

.tdSimbolo {
    width: 5%;
}

.thNome, .thLink {
    width: 30%;
}

.thLink {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thTipo, .thData {
    width: 15%;
}

.thNomeU, .thLinkU {
    width: 35%;
}

.thDataU, .thTipooU {
    width: 15%;
}

@media only screen and (max-width: 599px) {
    .tabelaAlterar {
        font-size: 0.75rem;
    }

    .tituloDocumento {
        font-size: 1.35rem;
    }

    .thNome, .thLink {
        width: 25%;
    }

    .thLink {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .thTipo, .thData {
        width: 20%;
    }

    .thNomeU, .thLinkU {
        width: 30%;
    }

    .thTipoU, .thDataU {
        width: 20%;
    }
}
