
section.destination .button-holder_book_with a span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
  width: 80px;
  height: 11px;
  -webkit-background-size: 80px;
  -moz-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
}

section.destination .button-holder_book_with .box-debug-button:hover {
  border-style: solid;
}
section.destination .button-holder_book_with .box-debug-button .debug-button:hover {
  background-position: initial;
}
section.destination .button-holder_book_with .box-debug-button a:hover {
  color: #fff;
}