
.sdzInput {
    font-size: 1em;
    padding: 6px;
    text-align: left;
    border-radius: 4px;
    border-style: solid;
    color: #fcfcfc;
    background-color: #2e2e2e;
    border-width: 2px;
    border-color: #b2b2d1;
    font-family: sans-serif;
    font-weight: normal;
    width: 95%
}

body {
     background-color: #000000;
     font-size: 16px;    
     color: #fcfcfc
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.sdzFormated {
    font-size: 0.8em;
    padding-top: 12px;
    text-align: left;
    color: #fcfcfc;
}

.sdzOutput {
    font-size: 1.2em;
    padding-top: 12px;
    text-align: left;
    color: #fcfcfc
 }


