.deck-container .deck-status {
  position: absolute;
  bottom: 10px;
  right: 120px;
  color: black;
  z-index: 3;
  margin: 0;
  width: 200px;
  font-size: 14px;
}

.footer {
  width: 100%;
  text-align:center;
}

.deck-status-current .deck-status-total
{
  width: 100%;
}

body.deck-container .deck-status {
  position: fixed;
}

@media print {
  .deck-status {
    display: none;
  }
}
