a.skip-link.screen-reader-text {
    display: none!important;
}

.eye {
    display: block;
    padding: 0;
    min-width: 50px;
    min-height: 33px;
    /* max-width: 50px; */
    /* max-height: 50px; */
    font-size: 11px;
    background-color: transparent;
    background-image: url(/img/eye-icon.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center center;
    border: 0;
    position: absolute;
    right: 53px;
    top: -10px;
    padding-left: 0px;
    padding-top: 38px;
}

body.spec-view *::before,
body.spec-view *::after,
body.spec-view img,
body.spec-view svg {
    /*display: none!important;*/
    visibility: hidden!important;
}

body.spec-view img,
body.spec-view svg {
    display: none!important;
    visibility: hidden!important;
}

body.spec-view * {
    box-shadow: none!important;
    max-height: unset!important;
    border:none!important;
}

body.spec-view {
    padding-top: 40px;
}

body.spec-view iframe {
    display: none!important;
}

body.spec-view .mp-entry{
border:none;
margin-bottom: 37px!important;

}

body.spec-view.bg1,
body.spec-view.bg1 * {
    background: white!important;
    color: black!important;
    background-image: none!important;
    border-image-source: none!important;
    border-bottom-color: black!important;
    border-color: black!important;
    text-shadow:none!important;
}

body.spec-view.bg2,
body.spec-view.bg2 * {
    background: black!important;
    color: white!important;
    background-image: none!important;
    border-image-source: none!important;
    border-bottom-color: white!important;
    border-color: white!important;
    text-shadow:none!important;
}

body.spec-view.bg3,
body.spec-view.bg3 * {
    color: rgb(6, 52, 98)!important;
    background: rgb(157, 209, 255)!important;
    background-image: none!important;
    border-image-source: none!important;
    border-bottom-color: rgb(6, 52, 98)!important;
    border-color: rgb(6, 52, 98)!important;
    text-shadow:none!important;
}

body.spec-view.font-1,
body.spec-view.font-1 * {
    font-size: 16px!important;
    line-height: 22px!important;
}

body.spec-view.font-2,
body.spec-view.font-2 * {
    font-size: 20px!important;
    line-height: 28px!important;
}

body.spec-view.font-3,
body.spec-view.font-3 * {
    font-size: 24px!important;
    line-height: 34px!important;
}

body.spec-view.font-4,
body.spec-view.font-4 * {
    font-size: 28px!important;
    line-height: 39px!important;
}

body.spec-view button.eye {
    display: none!important;
}

#special-version-controls {
    position: fixed;
    background: #d6d6d6!important;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px!important;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}


#special-version-controls[hidden] {
    display: none;
}

#special-version-controls div {
    display: inline;
    color: #000!important;
    margin: 0 20px 0 0;
    font-size: 18px!important;
    line-height: 28px!important;
}

#special-version-controls a {
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
    width: 28px;
    height: 28px;
    line-height: 28px!important;
    color: #000!important;
    text-align: center;
    font-weight: 400;
}

#special-version-controls a:hover {
    text-decoration: underline;
}

#special-version-controls #cr_version_link {
    background: url('/img/eye-icon.png') no-repeat!important;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position-y: -2px;
    font-weight: 400;
    color: #000!important;
    width: 200px!important;
    background-color: transparent!important;
    cursor: pointer;
    font-size: 18px!important;
    line-height: 28px!important;
    margin-left: -3px;
    display: inline-flex;
}

#special-version-controls #crfont-style a.wtf {
    width: 10px;
    font-size: 18px!important;
}

#special-version-controls #comfread {
    font-size: 19px!important;
    font-weight: 400;
    line-height: 27px!important;
    color: rgb(0, 0, 0)!important;
    background-color: transparent!important;
    position: inherit!important;
    text-align: center;
    left: 0!important;
    top: 0!important;
    cursor: pointer;
    z-index: 99999;
}

#special-version-controls>div {
    background: transparent!important;
}

#special-version-controls .font-16 {
    font-size: 16px!important;
    background: transparent!important;
}

#special-version-controls .font-20 {
    font-size: 20px!important;
    background: transparent!important;
}

#special-version-controls .font-24 {
    font-size: 24px!important;
    background: transparent!important;
}

#special-version-controls .font-28 {
    font-size: 28px!important;
    background: transparent!important;
}

#special-version-controls .back-1 {
    background: #fff!important;
    color: #000!important;
    font-size: 20px!important;
}

#special-version-controls .back-2 {
    background: #000!important;
    color: #fff!important;
    font-size: 20px!important;
}

#special-version-controls .back-3 {
    background: #9DD1FF!important;
    color: #063462!important;
    font-size: 20px!important;
}
