.c_red{
  color:red;
}
.pt20{
  padding-top:20px;
}
.ft_small{
  font-size: 80%;;
}
#zpg-chart,
#gold-chart,
#btc-chart{
  width: 100%;
  height:100%;
  height: 250px;
  margin-top:100px;
}
.highcharts-legend-item,
.highcharts-credits,
.highcharts-axis-line {
  visibility: hidden;
}
.chart{
  position: relative;
}
.chart .chart-title{
  /* position:absolute; */
  /* top:0;
  left:0; */
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  z-index: 2;
  white-space: nowrap;
}
.chart .logo,.chart .logo2,.chart .logo3{
  position:absolute;
  top: 2em;
  left:0;
  padding: 0.75vw;
  font-size: 1.5vw;
}
.chart .logo img,.chart .logo2 img,.chart .logo3 img{
  width: 1.5vw;
  margin-right: 0.75vw;
  margin-bottom:0.25em;
}
.chart .logo2{
  margin-top:1.3em;
}
.chart .logo3{
  margin-top:2.6em;
}
.chart .state{
  position:absolute;
  position: relative;
  top:calc(100% - 4.5vw);
  top: 0;
  right:0.75vw;
  padding:0.75vw;
  margin-top: -3.25em;
}
.chart .states{
  top:calc(100% - 8vw);
  top: 0;
  margin-top: -6em;
}
.chart .state p{
  line-height: 1.5em;
  text-align: right;
}
.chart .volatility{
  font-size: smaller;
  margin-bottom:5px;
}
.chart .state .price img{
  height:1em;
  margin-bottom:0.1em;
  margin-right:0.2em;
}
.chart .state .price{
  font-size: 1.34285vw;
  line-height: normal;
  margin-bottom: 0;
}
.chart .states .price{
  font-size: 1.34285vw;
  line-height: normal;
  margin-bottom: 0;
}
.chart .plus{
  color: #416EC8;
}
.chart .minas{
  color: #AA320A;
}
.chart-color{
  display: inline-block;
  width:30px;
  height:3px;
  background-color: #000;
  margin-bottom:calc(0.45em - 3px);
  margin-left:5px;
}
.chart-color.chart-color-zpg{
  background:#C98322;
}
.chart-color.chart-color-gold{
  background:#FFCC66;
}
.chart-color.chart-color-btc{
  background:#3399FF;
}
.kiten{
  font-size: 10px;
  color:#777777;
}
@media only screen and (max-width: 767px) {
  #zpg-chart,
#gold-chart,
#btc-chart{
  margin-top: 30px;
}
  .chart .chart-title{
  text-align: center;
  font-size: 140%;;
  padding-bottom:1em;
  }
  .chart .logo,.chart .logo2,.chart .logo3{
    display: flex;
    top: 0;
    font-size: 16px;
    line-height: normal;
  }
  .chart .logo{
    padding-top:2.5em;
  }
  .chart .logo2{
    padding-top:3.0em;
  }
  .chart .states{
    margin-top:-8em;
  }
  .chart .state .price{
    font-size: 16px;
    margin-bottom: 0;
  }
  
}
@media only screen and (max-width: 640px) {

  .chart .logo img,.chart .logo2 img,.chart .logo3 img{
    width: 20px;
    height: 20px;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  
  .chart .state{
    top: 88%;
    right: 4vw;
    padding: 0;
  }
  .chart .states{
    top:70%;
  }
  .chart-color{
    margin-bottom:0;
    margin-top:0.5em;
    margin-left:5px;
  }
  .kiten{
    font-size: 11px;
  }
}
