.eyeAble_customToolOpenerClass {
    padding: 8px !important;
    background-color: grey !important;
    color: #ffffff !important;
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    border-radius: 2px !important;
    text-align: center;
    border: 1px solid grey;
    background-image: url(/sj/resources/img/accessibility/eye-able_whitelabel-icon_2.svg);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 135px !important;
    position: fixed;
    z-index: 999;
    right: 3px;
    cursor: pointer;
}

.link_with_border a {
    border-bottom: 2px grey dotted;
}