.refresh-page {
  appearance: none;
  border: 1px solid rgba(255,255,255,.2);
  background: #21352a;
  color: #fff;
  border-radius: 10px;
  padding: 9px 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}
.refresh-page:hover { background: #2b4637; }
.refresh-page span { display:inline-block; font-size:18px; line-height:0; vertical-align:-2px; margin-right:4px; }
.refresh-page.refreshing span { animation:refresh-spin .7s linear infinite; }
@keyframes refresh-spin { to { transform:rotate(360deg); } }
