/*  STYLES pt DISPLAY   */

p {
    font-family: "Verdana";
    font-size: "24px";
}

td {
    font-family: "Verdana";
    font-size: 24px;
}

fieldset {
 /**/       font-size: 24px;
 /**/
}

#country{
 width:300px;
}

#country option{
  width:500px;
}

div.forma {
    max-width:540px;
    margin: auto;
    border: 3px solid #73AD21;
    padding: 16px;
}

button {
    border-radius: 5px;
    background: #0085ba;
    padding: 6px;
}

input[type='number'] {
    /**/ font-size: 24px;
    border-radius: 8px;
    background: #edf6ff;
    color: black;
    font-weight: bold;
    padding: 9px;
}

input[type='text'] {
    /**/ font-size: 24px;
    border-radius: 8px;
    background: #edf6ff;
    color: black;
    font-weight: bold;
    padding: 9px;
}

input[type='checkbox'] {
    /**/ font-size: 24px;
    border-radius: 8px;
    background: #edf6ff;
    color: black;
    font-weight: bold;
    padding: 9px;
}

textarea {
    /**/ font-size: 24px;
    border-radius: 8px;
    background: #edf6ff;
    color: black;
    font-weight: bold;
    padding: 9px;

/*/
    padding: 1px 0px;
    background-color: white;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;

    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    */
}

select {
    font-size: 24px;
    border-radius: 8px;
    background: #edf6ff;
    color: black;
    font-weight: bold;
    padding: 9px;
}

class="button dark_blue" { };

div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  /* border: 3px solid #73AD21;
  */
}


