table.bottomFrame {
    position: fixed;
    bottom: 0;
}



table tr th {
    display: none;
}


#centralizar {
    width: auto;
    height: auto;

    text-align: justify;
    text-align-last: left;
    margin: 5px 30% 10px 30%;
}


#A,
#B,
#C {
    position: absolute;
    width: 100%;

}

#A {
    top: 0;
    height: 15em;
}

#B {
    top: 18em;
    bottom: 40px;
    z-index: 100;
    overflow: auto;
}

#C {
    bottom: 0;
    height: 2em;
}

#inner {
    margin: 0 auto;
    width: 50%;
    /* Altere para o valor da largura desejada. */
    text-align: left;

}


#marc {
    border: 2px solid #0f0f0f;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;

}
