﻿body {
    align-content: center;
    font-size: larger;
}

hr {
    margin-left: 10px;
    width: 400px;
}

a {
    font-weight: bold;
}

    a.deadLink {
        color: lightgray;
    }

table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.med_table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.lg_table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

.htable {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

td, th {
    border: 1px solid black;
    padding: 10px;
    vertical-align: top;
}

li {
    margin-bottom: 5px;
}

pre {
    font-size: larger;
    margin-left: 50px;
}

.content {
    padding: 10px;
    display: none;
}

.hcontent {
    display: none;
    text-align: left;
}

.header {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.subheader {
    text-align: center;
    font-size: 18px;
}

.subheader_bold {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-inline: 75px;
}

.contentHeader {
    font-weight: bold;
}

.setting {
    font-weight: bold;
    font-size: 18px;
    background-color: lightblue;
    text-align: center;
    cursor: grab;
}


.footer {
    font-size: smaller;
    text-align: center;
}

div.container {
    text-align: center;
}

ol.myOL {
    display: inline-block;
    text-align: left;
}

ul.myUL {
    display: inline-block;
    text-align: left;
    list-style-type: none;
}
