/* 
file: styles.css
desc: generic styles
date: 741 122524 20:42 
*/

* {
    font-size: 1rem;
    font-family: 'Courier New', monospace;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.09rem;
}

body {
    background: black;
    color: white;
}

input, textarea {
    font-family: 'Courier New', monospace;
}

button {
    width: 6em;
    display: inline-block;
    color: black;
    margin-right: 2em;
    margin-bottom: 0.50em;
    border: 1px solid gray;
    border-radius: 6px;
}

p {
    text-align: center;
}

a {
    background-color: black;
    color: #ffff52;
    text-decoration:none;
}


.wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.row {
    max-width: 100%;
    background-color: black;
    padding: 0;
    margin: 0;
}

.row ol {
    margin: 0.35em 0 1em 0;
    border-radius: 5px;
    text-align: center;
}

.row ol.h {
    background-color: black;
}

.row ol li {
    background-color: #555;
    margin: 0;
    list-style-type: none;
    word-wrap: break-word;
    text-align: left;
}

.row ol li.l {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 0.50em;
    margin: 0 0 0.50em 0;
}

.row ol li.a {
    background-color: black;
    font-size: 1.5em;
    list-style-type: none;
    text-align: center;
}

.row ol li.b {
    background-color: black;
    font-size: 0.85em;
    list-style-type: none;
    text-align: center;
}

.row ol li.c {
    margin-righ: 2em;
    background-color: black;
    display: inline-block;
    /* background-color: #555; */
    list-style-type: none;
    text-align: center;
}

.row ol li.d {
    font-size: 0.85em;
    color: yellow;
    list-style-type: none;
    text-align: left;
}

.row ol li span.f {
    background-color: black;
    color: #0fff50;
}

.row ol li input[type="submit"] {
    display: inline-block;
    background-color: #555;
    color: white;
    font-size: 1.20em;
    font-family: 'Courier New', monospace;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.09rem;
    border: none;
    outline: none;
    cursor: pointer;
}

.row p {
    margin: auto;
    text-align: center;
    color: white;
}


.frm {
    max-width: 100%;
    padding: 0;
    margin: 0;
    padding: 6px;
    justify-content: center;
}

.frm ol {
    background-color: black;
    margin: 0.25em auto 0.50em auto;
    padding: 0.50em;
    justify-content: center;
    align-items: center;
}

.frm ol li {
    background-color: black;
    list-style-type: none;
    margin-bottom: 1em;
}

.frm ol li.a {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.frm ol li.b {
    font-size: 0.85em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.frm ol li.c {
    background-color: #555;
    list-style-type: none;
    text-align: center;
}

.frm ol li label {
    font-size: 0.90em;
    color: white;
}

.frm ol li input, textarea {
    max-width: auto;
    background-color: #555;
    color: white;
    font-size: 1.05em;
    padding: 0.40em;
    border: 1px solid blue;
    border-radius: 6px;
}

.frm ol li input[type='radio'] {
    width: 1em;
    height: 1em;
}

.but {
    background-color: #FFFFCC;
    font-size: 1.2em;
    line-height: 1.5em;
}

.bu {
    display: inline-block;
    background-color: white;
}

.blu {
    display: inline-block;
    background-color: blue;
    color: white;
}

.lea {
    position: relative;
    background-color: black;
    color: orange;
    font-style: oblique;
}

.dat {
    font-size: 0.75em;
    font-style: oblique;
    color: silver;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.not {
    font-size: 0.85em;
    font-style: oblique;
    color: yellow;
    margin-top: 0;
    padding: 0;
}

.ss {
    font-size: 0.65em;
    background: none;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.red {
    text-align: center;
    color: #FF6347;
    font-style: normal;
}

.dnc {
    font-size: 0.50em;
    font-style: oblique;
    color: #CCFF00;
}

.lbl {
    background-color: black;
    color: lightblue;
    font-size: 1.5em;
}

.btn-dwn {
    position: relative;
    float: right;
    vertical-align: top;
    font-style: normal;
}

.btn-dwn-content {
    display: none;
    position: relative;
    background-color: black;
    color: white;
    min-width: 8em;
    z-index: 1;
}

.btn-dwn-content a {
    background-color: black;
    color: gray;
    padding: 0.15em;
    font-size: 0.90em;
    text-decoration: none;
    display: block;
}

.btn-dwn-content a:hover {
    color: white;
}

.btn-show {
    display: block;
    background-color: black;
    border-radius: 8px;
    border: 3px solid #3399ff;
    padding: 0.60em;
    text-align: left;
}

@media (max-width: 600px) {
    body {
        font-size: 14px;
    }
}
