.floating-menu {
    font-family: sans-serif;
    padding: 0px;;
    width: auto;
    max-width: 280px;
    z-index: 100;
    position: fixed;
    top: 150px;
    left: 2px;
}
.floating-menu a,
.floating-menu td {
    font-size: 12px;
    margin: 0 0.5em;
    color: black;
    text-align: left;
    text-decoration: none;
}
.floating-menu table {
    border: none;
}
.floating-menu table>tr {
    border: none;
}
.floating-menu a:hover,
.floating-menu td:hover {
    margin: 0 0.5em;
    color: black;
    font-weight: bold;
}
#acctable {
    display: none;
    background: #96cdb2;
}


body.resize-font-200 {
    font-size: 200%;
}
body.resize-font-190 {
    font-size: 190%;
}
body.resize-font-180 {
    font-size: 180%;
}
body.resize-font-170 {
    font-size: 170%;
}
body.resize-font-160 {
    font-size: 160%;
}
body.resize-font-140 {
    font-size: 140%;
}
body.resize-font-120 {
    font-size: 120%;
}

html.resize-font-200 {
    font-size: 200%;
}
html.resize-font-190 {
    font-size: 190%;
}
html.resize-font-180 {
    font-size: 180%;
}
html.resize-font-170 {
    font-size: 170%;
}
html.resize-font-160 {
    font-size: 160%;
}
html.resize-font-140 {
    font-size: 140%;
}
html.resize-font-120 {
    font-size: 120%;
}

.grayscale * {
    color: whitesmoke !important;
    background: #4a4a4a !important;
}
.grayscale img, .grayscale img * {
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.highcontrast * {
    background: #400000 !important;
    background-color: #400000 !important;
    color: #00FFFF !important;
}

.invert * {
    color: yellow !important;
    background: #4a4a4a !important;
}

.lightbg * {
    background: #fff !important;
    color: #000 !important;
}
.links-underline a, .links-underline a * {
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-style: initial !important;
    text-decoration-color: initial !important;
}

.readable-font * {
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

.fa-1-2x {
    font-size: 1.3rem;
}

.fa-wheelchair {
    padding-left: 10px;
}