/* v.1.1.4
 * style addon */

html {
height: auto;
min-height: 300px;
max-height: 2600px;
}
html, body { width: 500px; max-width: 100%;  }
form { margin-top: 30px; max-width: 450px; }



.grid {
display: grid;
grid-template-columns: 50% calc(50% - 5px);
grid-gap: 5px;
margin: 0 auto;
padding: 0;
/*justify-content: center;
align-items: center;
text-align: center;*/
}


/* fixed */
html, body { scroll-padding-top: 35px; }
