.dados{
    height: 80%;
    min-height: 80%;
    margin-top: 20px !important;
    margin: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.dados table{
    width:1000px;
}

.firstRow td{
    vertical-align: middle !important;
}

.manualDescription td{
    font-size: 10pt;
    vertical-align: middle !important;
}

.firstRow{
    cursor: pointer;
    background: rgb(248, 248, 248);
}