.rs a {
    font-size: 18px;
    color: #c5beb1;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    clear: left;
    display: block;
    margin: 0px 0px 20px 0;
}
.rs a:hover{color:#004b84;}

.rs {
    position: fixed;
    width: 20px;
    z-index: 99;
    top: 20vh;
    left: 10px;
}

