.WeakMode{
float: right;
margin-right: 20px;
margin-left: 3rem;
color: #257bb8;
margin-bottom: 1rem;
margin-top:auto;
}
.WeakMode a{
background: url(/images/eyeglasses.png) center center no-repeat;
width: 32px;
height: 32px;
display: block;
position: relative;
color: #337ab7;
text-decoration: none;
}
.WeakMode span{
position: absolute;
font-size:1.5rem;
top: 38px;
hyphens: initial;
text-align: center;
left: -5rem;
line-height: 1.5rem;
width:19rem;
color: #fff;
background: #1f2125;
padding: 10px 15px;
/*z-index: 100;
*/
display:none;
}
.WeakMode span::after{
content: "";
position: absolute;
left: 4.6rem;
top: -2rem;
border: 1.5rem solid transparent;
border-bottom: 1rem solid #1f2125;
}
.WeakMode a:hover{
background: url(/images/eyeglasses_active.png) center center no-repeat;
cursor: pointer;
}
.WeakSwitch{
position: fixed;
top: 0px;
right: 40%;
left: 40%;
text-align: center;
padding: 10px;
border: 2px solid black;
border-top: none;
background: white;
z-index: 100000;
display: block;
width: 420px;
font-size: 19.2px;
}
.WeakSwitch span{
color: #337ab7;
text-decoration: none;
cursor: pointer;
}

