/* 1.0.6 */

textarea, input[type=submit]{ margin: 0; border-radius: 0; }

html, body { height: 100%; /* fix mobile */  margin: 0; padding: 0; /*overflow: hidden;*/ }

form { height: 100%; position: relative; }


textarea {
height: 90vh;
padding: 3%;
z-index: 2;
}


input[type=submit]{
height: 10vh;
min-height: 10vh;
max-height: 10vh;
position: absolute;
bottom: 0;
z-index: 3;
padding: 3%;
}

.textAnav {
position: absolute;
right: 0;
z-index: 4;
}

/* fixMe firefox mobile height and scroll */
