
a { color: #333388; font-weight: bold; text-decoration: none }
a:hover { color: #6666ff; }

.container {
    padding: 6px;
    border: 1px solid #444444;
    border-radius: 5px;
    margin: 6px auto;
    max-width: 9999px;
}

.sharedHeader, .sharedFooter, .sharedHeaderPassword {
    color: white;
    font-size: large;
    padding: 10px;
    background-color: dodgerblue;
}
.sharedHeader {
    margin-bottom: 20px;
}
.sharedFooter {
    margin-top: 20px;
}

.pageTitle {
    font-weight: bold;
    font-size: large;
    margin-bottom: 20px;
}

.warning, .error, .importantWarning {
    color: #981100;
}
.error, .importantWarning {
    font-weight: bold;
}
.comment {
    color: gray;
    mix-blend-mode: difference;
}
.unimportant {
    font-size: small;
}

.bg-unimportant {
    background-color: #dddddd;
}
.bg-wrong {
    background-color: #ffdddd;
}
.bg-suspicious {
    background-color: #ffffcc;
}
.bg-proper {
    background-color: #ddffdd;
}
emphasized {
    background-color: #ddddff;
}
.bg-suspicious {
    background-color: #ffffdd;
}
.bg-strong {
    background-color: #99ccff;
}

.formTable {
    border: none;
    vertical-align: top;
    padding: 0;
    spacing: 0;
}
.formTable td, .formTable tbody {
    vertical-align: top;
    border-style: none;
    background-color: white;
}

thead, caption {
    top: 0px;
    position: sticky;
    color: white;
    background-color: gray;
    a {
        color:cyan;
    }
    a:hover { color: aqua; }
}
td, tbody {
    border-width: 2px;
    border-color: lightgray;
}
td {
    border-style: none solid solid;
}
caption {
    caption-side: top;
    white-space: nowrap;
}
/*tbody {
    border-style: none none solid;
}
tbody tr:nth-child(even) {
    background-color: ghostwhite;
}*/

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

.EOListGroupHeader {
    color: gray;
}
.EOListSubgroupHeader {
    color: lightgray;
}

.EOListPrototypeItem, .EOListPrototypeHeader, .EOListPrototypeFooter, .BCOwnersPageHeader {
    color:white;
    background-color:gray;
    font-weight:bold;
    padding: 8px 24px;
}
.EOListPrototypeItem {
    border-bottom-style: solid;
    border-color: white;
}
.EOListPrototypeHeader {
    white-space:nowrap;
}

.EOFormCaption {
    color:white;
    background-color:gray;
    font-weight:bold;
}

.PasswordStrengthMeter {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
