body, html {
    overflow: visible;
}

.entorno-html {
    max-height: none !important;
    padding-top: 0;
}

#entorno-formulario {
    margin: 0 auto;
}

.entorno-formulario-titulo {
    display: none;
}

input {
    border-color: transparent !important;
    background: transparent !important;
}

table.fixed thead {
    background: white;
    position: fixed;
    top: 0;
    padding-bottom: 2px;
    margin-left: -2px;
}
