.float{
    position:fixed;
    width:130px;
    height:40px;
    top:50px;
    right:10px;
    background-color:#0C9; /* Blue-Green */
    /* background-color:#ec4080; */ /** Pink */
    /* background-color:#024683; */
    color:#FFF;
    border-radius:20px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999999;
    line-height: 38px;
    font-size: 16px;
}    
.float .glow-text { 
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
    color: #ffffff;
    font-weight: 400!important;
}