i.fcb-icons {
    color: #fff;
    position: relative;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 1px 3pxrgba(0,0,0,.12),0 1px 2pxrgba(0,0,0,.24);
    transition: color .2s ease,background-color .2s ease,transform .3s ease;
    border: 3px solid;
    position: fixed;
    right: 2px;
    bottom: 89px;
    height: 80px;
    width: 80px;
    z-index: 100000000;
}