/* v0.9.61 — Poker raise slider/button proximity only. */

/* Move both rows much further and equally towards each other. */
#pokerApp #pokerActionControls .poker-raise-slider-stack {
  transform: translateY(18px) !important;
  z-index: 4 !important;
}

#pokerApp #pokerActionControls .poker-raise-buttons-v046 {
  transform: translateY(-18px) !important;
  z-index: 5 !important;
}
