/* theme-agnostic: inherit color, translucent chrome */
.thanks-btn { font:inherit; font-size:11px; cursor:pointer; padding:1px 9px; border-radius:3px; color:inherit; background:rgba(127,127,127,.14); border:1px solid rgba(127,127,127,.4); }
.thanks-btn:hover { background:rgba(127,127,127,.28); }
.thanks-btn.did { background:rgba(46,160,67,.20); border-color:rgba(46,160,67,.55); }
.thanks-count { font-size:11px; opacity:.75; white-space:nowrap; }
