#potions_menu.active {
    opacity: 1;
    pointer-events: auto;
}

#potions_menu #tutorial{
  position: absolute;
  width: 480px;
  height: 248px;
  background: url(../img/big_pngs/UI-tutorial-sheet.png) no-repeat;
  z-index: -1000;
  top: -4px;
  background-size: 100%;
}

#potions_menu .close{
  right: 4px;
  top: 2px;
}

#potions_menu.touchclose {
  cursor: pointer;
}
