#cr {
    position: fixed;
    top: 31px;
    right: 24px;
    height: 14px;
    width: 55px;
    z-index: 9999;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.18);
    background: #3e3e3e;
    background: rgba(0,0,0,0.38);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.08);
    font: 600 12px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    padding: 2px 4px;
}

#cr a {
    color: white;
    font-weight: normal !important;
}

#cr i {
    float: left;
    font-size: 14px;
    padding-right: 4px;
}