.byd-stage {
  background-color: #69707e;
  width: 100%;
  height: 690px;
  padding: 40px 0;
  margin: 0;
}
.avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 610px;
}
.attributes, .details {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 3px solid #7c8597;
  height: 100%;
}
.attributes p, .details p, .colors p {
  min-height: 100px;
}
.colors {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 3px solid #7c8597;
  height: 100%;
  text-align: center;
}
.games-subpage .interface-btn {
  font-size: 16px;
}
.interface-btn {
  margin: 8px 0 !important;
  border: 3px solid #68bbe9 !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  width: 100% !important;
}
.interface-selected {
  background-color: #68bbe9 !important;
}
.details-btn {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.color-circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  border: 3px solid #8691a6;
}
.color-selected {
  border: 3px solid #68bbe9;
}
.hair {
  z-index: 15;
}
.neck {
  z-index: 10;
}
.face, .larm {
  z-index: 20;
}
.eyes {
  z-index: 30;
}
.shoes {
  z-index: 35;
}
.pants {
  z-index: 40;
}
.rarm {
  z-index: 50;
}
.shirt {
  z-index: 60;
}
.tshirt {
  z-index: 70;
}
.mobile-instructions {
  display: none;
}
@media ((max-height: 430px) and (orientation: landscape)) or ((max-width: 430px) and (orientation: portrait)) {
  .mobile-instructions {
    display: block;
  }
  .game-content {
    display: none;
  }
}