.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px
}
.tooltip:hover .tooltiptext {
  visibility: visible
}
.enemyicon {
  position: relative;
  display: inline-block
}
.yes {
  background: #2b2b2b;
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 #590707
}
.enemy-image {
  width: 130px;
  height: 130px;
  display: block;
  max-width: none
}
.enemyicon-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  font-family: sans-serif;
  color: #fff;
  background-color: rgba(0,0,0,.6)
}
.wikitable {
  text-align: center;
  width: 100%;
  display: table
}
@media screen and (max-width:768px) {
  .none-mobile {
    display: none
  }
}
#red {
  color: red
}
#blue {
  color: #0ff
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center
}
.recipe_slot {
  border: 2px solid #a2f;
  border-radius: 15px;
  padding: 3px
}
@media (max-width:768px) {
  .recipe_slot {
    width: 70%
  }
}