/* Keep the two floating controls side by side, not on top of one another. */
.scoremate {
  right: 118px !important;
  bottom: 22px !important;
}

.back-to-top {
  right: 22px !important;
  bottom: 22px !important;
}

@media (max-width: 720px) {
  .scoremate {
    right: 78px !important;
    bottom: 15px !important;
  }

  .back-to-top {
    right: 15px !important;
    bottom: 15px !important;
  }
}
