body {
    color: #042E6A;
}

h2 {
    font-weight: bold;
    font-size: 140%;
}

.utheader {
    background-color: #192c4d;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.arrow {
    border: solid #042E6A;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 2px 2px 0;
}

.toright {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.subcol {
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.left {
    width: 20%;
}

.right {
    width: 80%;
}

.subrow:after {
    content: "";
    display: table;
    clear: both;
}

.ok {
    color: green;
}

.check {
    color: purple;
}

.sitetitle {
    padding: 2rem 0 0 3rem;
    font-size: 160%;
    letter-spacing: 0rem;
}

.talktitle {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0;
}

.byline {
    font-size: 85%;
}

.highlight {
    color: darkred;
}

.textbox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90%;
    background: #d8dde3;
    padding: 5px;
    font-size: 0.9em;
}

.linklike {
    letter-spacing: 0;
    text-transform: none;
    font-size: 100%;
    background: none!important;
    border: none;
    padding: 0!important;
    color: #822000;
    cursor: pointer;
    text-decoration: none;
}

.linklike:hover {
    color: #4b0000;
}

.datelist {
    font-weight: bold;
}

.talklist {
    padding: 0 0 0 25px;
}

.cancel {
    color: red;
    font-size: 130%;
}

.navbar {
    margin-bottom: 2rem;
}

.compact {
    margin: 0;
}

.semtitle {
    font-weight: bold;
    margin-left: 3rem;
}

.doctitle {
    margin-top: 1rem;
    border-radius: 25px;
    padding: 2rem 0 0 3rem;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0rem;
    border: 1px solid #CD1D1D;
}

.numbox {
    width: 8rem;
}

.txtbox {
    width: 100%;
}

.smtxtbox {
    width: 60%;
}


label {
    width: 20rem;
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
}


textarea {
    height: 30rem;
}

.note {
    font-style: italic;
    font-size: 80%;
    margin-bottom: 1rem;
}

.link {
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 100% !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #005755 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.error {
    color: red; }

.warn {
    color: red; }

.koi {
    color: #CD1D1D;
    text-decoration: none;
}

.koi:hover {
    color: #CD1D1D;
}

.searchbox {
    margin-right: 5px;
    float: right;
}

.footer {
    font-size: 80%;
}

pre {
    font-size: 90%;
}

k {
    font-weight: normal;
    color: #CD1D1D;
}

h5 {
    color: #CD1D1D;
}

h6 {
    font-weight: bold;
    color: #CD1D1D;
}

x {
    font-style: normal;
    padding: 4px 14px;
    color: #555;
    text-align: center;
    font-weight: 600;
    font-size: 70%;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.file {
    display: inline-block;
    height: 38px;
    padding: 0 14rem 0 0;
    margin: 30px 0 20px 0;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
}

.preformatted {
    font-size: 80%;
    text-align: center;
    font: monospace;
}

.postformatted {
    text-align: center;
    font-size: 80%;
}

.postformatted-heading {
    text-align: center;
    font-size: 120%;
}

.postformatted-heading2 {
    text-align: center;
    font-size: 100%;
}

.md_guide {
    width: 80rem;
    border: 1px solid #ddd;
}

tr:nth-child(odd) {
    background-color: #ddd;
}

summary {
    display: list-item;
    outline: none;
    cursor: pointer;
    margin: 0 0 15px 0;
}

summary::marker {
    color: #CD1D1D;
}

details {
    margin: 0 0 15px 0;
}

textarea {
    width: 100%;
}

.xButton {
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid red;
    color: red;
}

.xButton:hover {
    color: black;
    border-color: red;
    background-color: red;
}

.navstrip {
    margin-bottom: 15px;
}

.scroll {
    border: 1px solid #666;
    padding: 8px 8px 0px 8px;
    margin: 5px;
    width: 95%;
    height: 30rem;
    overflow: auto;
}

.wall {
    border: 2px solid #042E6A;
    padding: 6px 6px 0px 6px;
    margin: 4px;
    width: 100%;
    height: 15rem;
    overflow: auto;
}

.namelist {
    width: 35rem;
}

fieldset {
    border: 1px solid #042E6A;
    margin-bottom: 15px;
    padding: 10px;
}

legend {
    color: #042E6A;
    padding: 0px 3px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 80%;
}

.grey {
    background-color: #eee;
}

.short {
    width: 3em;
}

.bigbox {
    width: 20px;
    height: 20px;
}

.fancy {
    padding: 10px;
    width: 100%;
    position: relative;
    border: 1px solid #666;
    border-radius: 6px;
    background-color: #eee;
    color: #222;
}

summary {
    padding: 1rem 2em 0 0;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.narrow {
    width: 80% !important;
}

.lower {
    margin-top: 20px;
}

.higher {
    margin-top: -40px;
}

.sitename {
    font-size: 150%;
    font-weight: bold;
    color: #0f2d5b;
    margin-bottom: 20px;
}

.status {
    color: green;
}

.inl {
    font-size: 110%;
    color: #a00017;
}

.inl_form {
    display: inline-block;
}

a {
    color: #822000;
    text-decoration: none; }
a:hover {
    color: #4b0000; }

.slider {
    width: 90%;
    white-space: nowrap;
    overflow: auto;
}

.required_tag {
    color: red;
}

.row {
    padding: 10px;
}

.long {
    width: 30em;
}
