﻿/** {
    margin: 0;
    padding: 0;
    list-style: none;
}*/

#eol_float a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

#eol_float img {
    vertical-align: middle;
}
#eol_float a,#eol_float div,#eol_float img{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background-color: transparent;
}

#eol_float.f-left{
    left: 10px;
    right:auto;
    width: 80px;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    top: 20%;
    z-index: 2147483647;
}
#eol_float.f-right {
    right: 0;
    left: auto;
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    top: 20%;
    z-index: 2147483647;
}
#eol_float.f-left img, #eol_float.f-right img {
    width: 100%;
    /* height: 100%; */
}