.btn-info {
    color: #fff;
    background-color: #1999d6;
    border-color: #46b8da;
}


#CallOut {
    background-color: #1999d6;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    position: fixed;
    height: 35px;
    width: 248px;
    right: 55px;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .9;
    padding-top: 7px;
    text-decoration: none;
    z-index: 1000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#CallOut:hover{
    font-weight:bold;
}