.machine footer label,
.machine footer button,
.bonus-actions button,
.bonus-modal button,
.double-actions button {
  border: 2px solid #ffe7a0 !important;
  background: linear-gradient(180deg,#fff2bd 0%,#ffd66a 30%,#bd7615 72%,#eaaa2c 100%) !important;
  color: #170b02 !important;
  font-weight: 1000 !important;
  text-shadow: 0 1px rgba(255,255,255,.35);
  box-shadow: inset 0 2px 2px rgba(255,255,255,.55),0 8px 18px rgba(0,0,0,.38) !important;
}
.machine footer select {
  border: 1px solid #6d3a05 !important;
  background: #ffe79a !important;
  color: #170b02 !important;
  font-weight: 1000;
}
.machine footer button:disabled { filter: grayscale(.55); opacity:.55; }
#spin::before { content:"🎰 "; }
#auto::before { content:"∞ "; }
#stop::before { content:"🛑 "; }
