.feed-controls { clear: both; padding: 24px 0; text-align: center; }
.feed-controls[hidden], [data-feed-for][hidden] { display: none !important; }
.feed-more { border: 0; border-radius: 6px; padding: 12px 24px; background: #333; color: #fff; cursor: pointer; font: inherit; }
.feed-more:disabled { opacity: .65; cursor: wait; }
.feed-controls[data-feed-mode="auto"] { padding: 0; }
.feed-controls[data-feed-mode="auto"] .feed-more { display: none; }
.feed-status { display: block; margin-top: 8px; }
.feed-status:empty { display: none; }
.feed-sentinel { display: block; height: 1px; }
