.page.food .tilesBox .tile.food {
  background-color: #323232;
  border-radius: 0 1.3em 0 0.75em;
  border: 5px solid #2a2a2a;
  position: relative;
  margin-top: 3em;
  width: 20em;
}
.page.food .tilesBox .tile.food .title {
  font-size: 1.2em;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1.5em 1em 0.25em 1em;
  width: 100%;
  border-radius: 0 0.75em 0 0;
  background-color: #202020;
}
.page.food .tilesBox .tile.food .title .name {
  font-size: 1.1em;
}
.page.food .tilesBox .tile.food .title .icon {
  position: absolute;
  max-height: 4em;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  border-radius: 0 0.75em 0 0.75em;
}
.page.food .tilesBox .tile.food .title .cost {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
}
.page.food .tilesBox .tile.food .title .cost .gold {
  color: #d7d744;
}
.page.food .tilesBox .tile.food .effect {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.25em;
  margin-bottom: 0.25em;
}
.page.food .tilesBox .tile.food .upgradeHeader {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #8078e7;
}
.page.food .tilesBox .tile.food .upgradeHeader .gold {
  color: #d7d744;
}
.page.food .tilesBox .tile.food .gold {
  color: #ff0;
}
.page.food .tilesBox .tile.food .flavor {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #7e7e7e;
  font-style: italic;
  font-size: 0.8em;
}
.page.food .tilesBox .tile.food hr {
  border: 1px solid #4e4e4e;
  width: 90%;
}
.page.food .tilesBox .tile.food > ul {
  margin: 0;
  padding-left: 1.25em;
}
.page.food .tableBox .row.food .name {
  text-align: right;
  font-size: 1.25em;
}
.page.food .tableBox .row.food .cost {
  text-align: right;
  font-size: 0.7em;
  color: #787878;
}
.page.food .tableBox .row.food .cost .gold {
  color: #877803;
}
.page.food .tableBox .row.food .buff {
  text-align: center;
}
/*# sourceMappingURL=food.css.map */