.auto-style1 {
    height: 23px;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a:link {
    color: #0000ff;
}

a:visited {
    color: #0000ff;
}

a:hover {
    color: #0000ff;
}

a:active {
    color: #0000ff;
}

a.brands {
    font-size: 125%;
    font-weight: 700;
}

h1 {
    text-align: center;
    color: blue;
    font-size: 400%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

dl {
    display: flex;
    flex-flow: row wrap;
    border: solid #333;
    border-width: 1px 1px 1px 1px;
}

dt {
    flex-basis: 10%;
    padding: 2px 4px;
    border-right: 1px solid #333;
    text-align: right;
    color: darkslategrey;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
}

dd {
    flex-basis: 80%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #333;
    color: darkblue;
    font-weight: bold;
    font-size: 110%;
}

table.global {
    width: 90%;
    table-layout: auto;
    align-self: center;
    border: 3px;
    border-style: solid;
    border-color: blue;
    border-collapse: separate;
    border-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
}

table.new {
    width: 90%;
    table-layout: auto;
    align-self: center;
    border: 3px;
    border-style: solid;
    border-color: blue;
    border-collapse: separate;
    border-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
}

table.query {
    width: 90%;
    table-layout: auto;
    align-self: center;
    border: 3px;
    border-style: solid;
    border-color: blue;
    border-collapse: separate;
    border-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
}

caption {
    font-size: x-large;
    font-weight: bolder;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: center;
    caption-side: top;
}

th {
    font-size: x-large;
    font-weight: bold;
    text-align: inherit;
}

th.red {
    color: red;
}

th.blue {
    color: blue;
}

th.green {
    color: green;
}

th.grey {
    color: gray;
}

.auto-style1 {
    height: 23px;
}

font.required {
    color: red;
    font-weight: bold;
}

form.unused {
    width: 60%;
    border: 3px;
    border-style: solid;
    border-color: blue;
    margin-left: auto;
    margin-right: auto;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

div.container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: red;
    text-align: center;
    border-top: 1px solid #000;
    height: 35px;
}