.liDia {
    background-color: #DCDCDC;
    font-weight: bold;
    text-align: center;
}

.tdSimbolo {
    width: 5%;
}

.thNoticia {
    width: 80%;
}

.thData {
    width: 10%;
}

.thNoticiaU {
    width: 80%;
}

.thDataU {
    width: 20%;
}

#textAloneN {
    padding: 45px;
    margin: unset!important;
}

#textAloneGeN {
    padding: 30px;
    margin: unset!important;
}

@media only screen and (max-width: 599px) {
    .tabelaAlterar {
        font-size: 0.75rem;
    }

    .tituloNoticia {
        font-size: 1.35rem;
    }

    .thNoticia {
        width: 55%;
    }

    .thData {
        width: 35%;
    }

    .thNoticiaU {
        width: 50%;
    }

    .thDataU {
        width: 20%;
    }

    #textAloneN {
        margin: unset!important;
        padding: 30px;
    }

    #textAloneGeN {
        padding: 20px;
        margin: unset!important;
    }
}
