/**
 * @author Luis Maria CAMARA ROSSI
 * @copyright Universidad Nacional de Educaci�n a Distancia (U.N.E.D.) 2026
 * @license BSD-3-Clause
 * @file ${json-mde.github.io}/jm2mp.js-www/index.html
**/

@media (width < 600px) {
  h1 {
    display: none;
  }
}
@media (600px <= width < 800px) {
  h1 {
    font-size: smaller;
  }
}
@media (800px <= width < 1120px) {
  h1 {
    font-size: medium;
  }
}
@media (1120px <= width < 1600px) {
  h1 {
    font-size: x-large;
  }
}

img.Logo
{
    width : 32px;
    border-radius: 5%;
    margin: 5px;
}

body > main
{
    margin-top : 75px ;
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

form
{
    height: 650px;
}

div.Ace9
{
    /* resize: both; */
    height: stretch;
    font-family: 'Consolas', 'Courier New', Courier, monospace;
    font-size : 16px;
}

div#ResultDocument_ContentText_CopyToClipboard
{
  display: none;
}

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* End of file: ${JM2MP.JS}/doc/jsdoc/static/jm2mp.js-www/interactive.css */
