body {
  background-color: #8f8f8f;
  font-family: Minecraftia;
}

.trade-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-spacing: 0px;
  padding: 0px;
}

.trade-bar {
  min-width: 330px;
  background-color: #c6c6c6;
  height: 470px;
  z-index: 1;
  outline: 3px solid black;
  padding: 10px;
  border: 3px solid white;
  border-color: white #555555 #555555 white;
  border-radius: 4px;
}

.trade-list-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #c6c6c6;
  position: relative;
  /*border-right: 0px solid transparent;
  border: 3px solid black;*/
}

.trade-list-container:before {
  position: fixed;
  content: "";
  background: transparent;
  width: 307px;
  border: 3px solid black;
  height: 465px;
  z-index: 2;
  pointer-events : none;
}

.trade-list {
  width: calc(100% - 6px);
  background-color: #434343;
  min-height: 100%;
}

.options {
  background-color: #c6c6c6;
  width: 470px;
  height: 470px;
  z-index: 1;
  outline: 3px solid black;
  padding: 10px;
  border-radius: 4px;
  outline: 3px solid black;
  border: 3px solid white;
  border-color: white #555555 #555555 white;
  border-radius: 4px;
  color: black;
}

.divider {
  text-align: center;
  min-width: 16px;
  z-index: -1;
  padding: 0;
}

.divider > div {
  height: 460px;
  background-color: #606060;
  width: 10px;
  display: inline-block;
  outline: 3px solid black;
  border-top: 6px solid #aeaeae;
  border-bottom: 6px solid #2e2d30;
  margin: auto;
}

.levellabel {
  font-size: 14pt;
  margin-left: 12px;
}

div.trade {
  width: 268px;
  height: 42px;
  outline: 3px solid black;
  background-color: #c6c6c6;
  position: relative;
  padding: 6px 6px;
  color: black;
  cursor: default;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #616161;
  border-color: #f7f7f7 #616161 #616161 #f7f7f7;
  text-align: center;
  z-index: 0;
}
.trade:hover {
  background-color: #208306;
  outline-color: white;
  border-color: #2fbb22 #005000 #005000 #2fbb22;
  z-index: 1;
}

.trade[disabled] {
  background-color: #d64847;
  border-color: #e66968 #571c1e #571c1e #e66968;
  /*border-color: black;*/
}

.trade-arrow {
  margin-right: 25px;
  height: 30px;
  image-rendering: pixelated;
  vertical-align: middle;
}

.trade-inner {
  /*margin-left: 15px;*/
}

mcitem {
  margin-right: 15px;
  vertical-align: middle;
  cursor: default
}

.mcitemcount {
  /*margin-bottom: -3px;*/
  margin-left: -26px;
  font-size: 14pt;
  text-align: right;
  width: 28px;
}

.mcitemdamage {
  margin-left: -40px;
  height: 3px;
  appearance: none;
  border-radius: 12px;
}

.mcitemdamage::-webkit-progress-value {
  background: lime;
}

.tier {
  padding-bottom: 15px;
}

.embedded-frame .divider {
  display: none;
}

.embedded-frame .options {
  display: none;
}