@media only screen and (max-width: 450px)
{
    body
    {
        font-size: 80%;
    }
    .banner
    {   font-size: 1em;

    }
}

@media only screen and (max-width: 800px)
{
    body
    {
        font-size: 100%;
    }
    .banner {
        font-size: 1.25em;
    }
}

@media only screen and (min-width: 1100px)
{
    body
    {
        font-size: 120%;
    }

    .banner {
        font-size: 1.5em;
    }
   .wrap
    {
        max-width: 780px;
    }
}

body
{
    background-color: #ffffff;
    font-family: Roboto, Helvetica, -apple-system, Sans-Serif;
    font-size: 100%;
    line-height: 1.5;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}

.AutoCenter {
    margin-left: auto;
    margin-right: auto;
}

.offline {
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.AutoCenter-padded {
    margin-left: auto;
    margin-right: auto;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    border: 1px solid #D3D3D3;
}

.fullWidth
{
    width: 100%;
}

.padded5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

table, td {
    vertical-align: top;
    border-collapse: collapse;
    border-color: gray;
}

.tdHeadLeft {
    font-size: 1.1em;
    background-color: whitesmoke;
    vertical-align: middle;
    text-align: left;
}

.tdHeadRight {
    font-size: 1.1em;
    background-color: whitesmoke;
    vertical-align: middle;
    text-align: right;
}

td.detail {
    width: 33%;
    font-size: 0.9em;
}

.button {
    font-family: Roboto, Helvetica, -apple-system, Sans-Serif;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    color: black;
    padding: 2px 2px 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.85em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.button:hover {
    color: #606060;
    background-color: beige;
    border: 1px solid gray;
}

td.results {
    width: 150px;
    font-size: 0.85em;
}

table.nav {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
    border: solid 1px #bdbdbd;
}

.tdNavLeft {
    width: 20%;
    font-size: 0.8em;
    color: Gray;
    text-align: left;
}

.tdNavRight {
    width: 20%;
    font-size: 0.8em;
    color: Gray;
    text-align: right;
}

.tdNav {
    width: 20%;
    font-size: 0.8em;
    color: Gray;
    text-align: center;
}

.tdLeft50 {
    width: 50%;
    text-align: left;
}

.tdLeft33 {
    width: 33%;
    text-align: left;
    vertical-align: top;
}

.ddlNormal {
    font-size: 1em;
    color: black;
    background-color: whitesmoke;
    max-width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tbxNormal {
    font-size: 1em;
    color: black;
    background-color: whitesmoke;
    max-width: 100%;
    border: 1px solid gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ddlSmall {
    font-size: 0.75em;
}

ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 1.5em;
    text-indent: 0.1em;
}

.warning {
    font-style: italic;
    color: #dc143c;
}

.prize {
    font-size: 0.85em;
    color: #dc143c;
}

.permalink {
    background-color: #fafafa;
    color: #00008b;
    padding: 5px 5px 5px 5px;
    border: solid 1px #bdbdbd;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    color: #666666;
}

hr {
    color: LightGray;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 100;
}

.gray {
    color: #666666;
    font-weight: bold;
}

.sql {
    color: #191970;
}

.olive {
    font-size: 1.1em;
    text-decoration: underline;
    color: #a2ad00;
}

ol.number {
    list-style: decimal;
    list-style-position: outside;
}

ol.alpha {
    list-style: lower-alpha;
    list-style-position: outside;
}

ul {
    list-style-position: outside;
    text-indent: 5px;
}

.bold {
    font-weight: bold;
    font-size: 1.2em;
}

.small {
    font-size: 0.85em;
}

.smallbold {
    font-size: 0.8em;
    font-weight: bold;
}

.smallright {
    font-size: 0.85em;
    text-align: right;
}

.smallindent {
    font-size: 0.85em;
    margin-left: 1em;
}

.largeplain {
    font-size: 1.1em;
}

.largeplain {
    font-size: 1.1em;
}

.largebold {
    font-size: 1.1em;
    font-weight: bold;
}

.largeitalic {
    font-size: 1.1em;
    font-style: italic;
}

p.noPaddingLeft
{
    text-align: left;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

p.noPaddingRight
{
    text-align: right;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.padded-left {
    padding-left:5px;
}

.padded-right {
    padding-right:5px;
}

.monospace {
    font-family: Courier New, Monospace;
}

select {
    font-family: Arial, Sans-Serif;
    font-size: 1em;
}

.textbox {
    background-color: #f0f0f0;
    font-weight: normal;
}

input.submit {
    font-family: Verdana, Sans-Serif;
    font-size: small;
    text-align: center;
}

input.submitOver {
    color: #00008b;
    border-style: double;
    border-width: 2px;
    background-color: #eeeeee;
    font-family: Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    border-color: #666666;
    text-align: center;
}

.footLeft {
    text-align: left;
    font-size: 0.9em;
    color: Gray;
}

.footRight {
    text-align: right;
    font-size: 0.9em;
    color: Gray;
}

.faqQuestion {
    font-size: 1.2em;
    color: #00008b;
    padding-top: 12px;
}

.faqAnswer {
    font-size: 1em;
    padding-top: 0px;
}

.faqWord {
    color: #00008b;
    font-weight: 600;
    text-decoration: none;
}

.aRightTop {
    text-align: right;
    vertical-align: top;
}

.aLeftTop {
    text-align: left;
    vertical-align: top;
}

.aRightBottom {
    text-align: right;
    vertical-align: bottom;
}

.aLeftBottom {
    text-align: left;
    vertical-align: bottom;
}

.aRightMiddle {
    text-align: right;
    vertical-align: middle;
}

.aLeftMiddle {
    text-align: left;
    vertical-align: middle;
}

.osp {
    font-size: 1em;
}

.subMenu {
    border-right: silver 1px solid;
    padding-right: 4px;
    border-top: silver 1px solid;
    margin-top: 10px;
    padding-left: 4px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    margin-left: 50px;
    vertical-align: top;
    border-left: silver 1px solid;
    color: black;
    padding-top: 4px;
    border-bottom: silver 1px solid;
    background-color: #f5f5f5;
}

.cpHeader {
    color: #000000;
    background-color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    height: 16px;
    padding: 4px;
}

.cpBody {
    color: #000000;
    background-color: #ffffff;
    border: 1px gray;
    padding: 4px;
    padding-top: 4px;
}

.banner {
    font-size: 2.5em;
    color: darkgray;
	width: auto;
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
    padding: 0px 0px 0px 0px;
}

.h1 {
    font-size: 1.25em;
}

.textbox-flex {
    display: flex;
    justify-content: flex-start;
}
