<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 100%
}

.rrssb-buttons:after {
    clear: both
}

.rrssb-buttons:after, .rrssb-buttons:before {
    content: ' ';
    display: table
}

.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 122px;
    list-style: none;
    margin: 0;
    padding: 0 2px
}

.rrssb-buttons li a {
    background-color: transparent;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    height: 100%;
    padding: 10px 20px 10px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    width: 100%;
}

.rrssb-buttons li a:hover {
    border: 1px solid #962554;
}

.rrssb-buttons li a .rrssb-icon {
    display: block;
    margin-right: 7px;
}

.rrssb-buttons li a .rrssb-text {
    color: black;
}
</pre></body></html>