header {
    display: none;
}

.container-calculadora {
    border: 1px solid #cacaca;
    border-top: 1px;
    border-bottom: 1px;
}

#formulario {
    display: none;
}

#tabela {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: 0 0 100%;
}

#tabela table {
    width: 506px;
    max-width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

table#tabela-resultado thead tr td h2 {
    color: #ee8744;
}
