.epoll_max_height_250{
max-height:340px;
}

.epoll_top_padding_48{
    padding-top:72px;
}

.epoll_extra_radius{
    border-radius:24px;
    
}

.margin-bottom-60{
    margin-bottom: 100px !important;
}

.epoll_single_profile_footer{
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 10px;
    z-index:999;
    left: 0;
    box-shadow: 0 0 10px #2726268f;
}
.epoll_footer_affix_avatar{
    width:92px;
    height:92px;
}

.epoll_footer_affix_avatar > img{
    width:88px;
    height:88px;
}
.epoll_footer_affix_avatar{
    position: absolute;
    top: -56px;
    left: 20px;
}

.epoll_footer_affix_avatar:after{
    content: 'Vote Me!';
    position: absolute;
    background: #8BC34A;
    width: 48px;
    border: 2px solid #fff;
    height: 48px;
    display: flex;
    top: -58px;
    right: -66px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,.16), 0 0px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.16), 0 0px 5px 0 rgba(0,0,0,.12);
    color: #fff;
}