.rrssb {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold
}

.rrssb .rrssb-buttons {
    box-sizing: border-box;
    display: inline-block;
    margin: 0.15em 0;
    padding: 0;
    width: 100%;
    margin-left: 26px;
}

.rrssb li {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.15em
}

.rrssb a {
    background-color: #ccc;
    border-radius: 0.2em;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    width: 100%
}

.rrssb a:active {
    box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25)
}

.rrssb .rrssb-icon {
    display: block;
    box-sizing: border-box;
    left: 0.5em;
    position: absolute;
    top: 15%;
    height: 70%;
    width: 1.75em
}

.rrssb .rrssb-text {
    color: #fff;
    padding: 0 1em 0 2.75em;
    line-height: 2.5em
}

.rrssb .rrssb-prefix {
    padding-right: 0.6em
}

.rrssb.no-label a {
    width: 2.5em;
    height: 2.5em
}

.rrssb.no-label .rrssb-icon {
    position: relative;
    left: 15%
}

.rrssb.no-label .rrssb-text {
    display: none
}


/*# sourceMappingURL=rrssb.css.map */