@font-face {
  font-family: "Versa Versa";
  src: url("../assets/versa_versa/Versa-Versa.otf") format("otf"),
    url("../assets/versa_versa/Versa-Versa.woff") format("woff");
}
body {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed",
    "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed",
    "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold",
    "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica",
    "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: condensed !important;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  min-width: 1360px;
  min-height: 760px;
  background: url(../assets/bg.svg);
  background-size: 45px 28px;
  background-repeat: repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#board {
  padding: 30px;
  min-width: 1360px;
  width: 1360px;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
  background-image: url(../assets/frame.svg);
  background-color: #fff;
  background-size: 100% 100%;
  height: 760px;
  position: relative;
}
#board::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
#left {
  max-width: 800px;
  width: 800px;
  float: left;
  box-sizing: border-box;
}
#right {
  float: left;
  box-sizing: border-box;
}
.letter {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: #f5f2e4;
  margin: 1px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: sans-serif;
  display: inline-block;
  width: 14px;
  text-align: center;
  text-transform: uppercase;
}
.space {
  width: 10px;
  display: inline-block;
}

.item {
  font-family: "Versa Versa" !important;
  font-size: 40px;
  text-transform: lowercase;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
}

.itemWrap {
  padding: 8px 0;
  box-sizing: border-box;
}
#specialsWrap {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: flex;
  align-items: center;
}
#specialsLabel {
  float: left;
  margin-right: 20px;
}
#specialsBoard {
  width: 330px;
  height: 250px;
  background: url("../assets/tray.png");
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}
#specialsItemsWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.specialsBoardItem {
  width: 176px;
  height: 62px;
  margin: 4px 0;
  box-sizing: border-box;
  background: white;
  position: relative;
  background-position: 100% 100% !important;
  padding: 2px 10px;
}
.specialImg {
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
}
.tape {
  background: url(../assets/tape-1.png);
  height: 13px;
  width: 30px;
  background-size: 100% 100%;
  position: absolute;
}
.tape.tl {
  top: 0px;
  left: -16px;
}
.tape.tr {
  top: 0px;
  right: -16px;
}
.tape.br {
  bottom: 0px;
  right: -16px;
}
.tape.bl {
  bottom: 0px;
  left: -16px;
}
.frozen {
  display: flex;
  align-items: center;
  width: auto;
}
.price {
  float: left;
  max-width: 30px;
}
#frozenLeft {
  margin-right: 16px;
}
