/* Scope only our buttons */
.md-typeset .beta-btn {
  appearance: none;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  background: rgba(0,0,0,0.06);
}

.md-typeset .beta-btn:hover {
  background: rgba(0,0,0,0.10);
}

.md-typeset .beta-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
