body {
  font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: white;
  font-size: 22px;
  line-height: 1.75;
}

.item {
  cursor: pointer;
  width: 100%;
  height: 42px;
  display: inline-block;
}

.item:hover {
  opacity: 0.6;
}

#chart {
  position: absolute;
  top: 0;
  left: 0;
}

#chart .back {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 1001;
}

#chart .back:before {
  opacity: 0.6;
  margin-top: 25px;
  margin-left: 10px;
  width: 0;
  height: 0;
  float: left;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #0d61f5;
  content: ' ';
  z-index: 1001;
}

#chart:hover .back:before {
  opacity: 1;
}

#chart .iframe {
  position: absolute;
}

.black {
  color: black;
}

.green {
  color: green;
}

.red {
  color: red;
}

.pink {
  color: #FF69B4;
}

#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  color: #51515C;
}

#overlay .container {
  background: #d5d5d5;
  width: 70%;
  height: 50%;
  min-height: 100px;
  margin-top: 3%;
  position: relative;
}

#overlay::before {
  content: '✕';
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  cursor: pointer;
}

#overlay .content {
  width: 100%;
  height: 100%;
}

body#sell,
body#buy {
  margin: 0px 15px 0px 10px;
}

body#sell input, 
body#buy input {
  width: 100%;
}

body#sell #message, 
body#buy #message {
  color: coral;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

body#chart\.html #buy {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  line-height: 1;
  color: black;
  display: none;
}

.stable {
  text-shadow: 1px -3px 2px black;
  text-transform: uppercase;
}
