.ghost-tokens {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 20;
}

ghost-token {
  display: inline-block;
  background: url(ghost-tokens.png) no-repeat;
  box-shadow: 0 0 5px black;
  height: 50px;
  margin-right: 6px;
  width: 50px;
}

ghost-token.base-shot-1     { background-position:     0px     0px; }
ghost-token.base-shot-2     { background-position:   -50px     0px; }
ghost-token.base-arrow      { background-position:  -100px     0px; }
ghost-token.base-beer       { background-position:  -150px     0px; }
ghost-token.base-dynamite   { background-position:     0px   -50px; }
ghost-token.base-gatling    { background-position:   -50px   -50px; }
ghost-token.double          { background-position:  -100px   -50px; }
