

html, body {
  color: #999999;
  padding: 0;
  font-family: 'open sans-serif';
}

.axis path,
    .axis line
       {
      fill: none;
      stroke: #999999;
      font-weight: 400;


      shape-rendering: crispEdges;
    }

  .yaxis-text {
    color: #999999;
    font-family: 'open sans-serif';
    font-size: 18px;
  }

div.tooltip {
    position: absolute;
    text-align: center;
    width: 350px;
    font-family: 'open sans-serif';
    height:360px;
    padding: 2px;
    font-size: 22px;
    line-height: 1.5;
    background: white;
    border: 1px solid #999999;
    border-radius: 8px;
    pointer-events: none;
    color: #999999;
    padding-top: 7px
}

.nav-bar {
  display: flex;
  justify-content: space-between;

  align-items: center;

  min-width: 600px;
}

.subtitle {
  line-height: 25px;
    font-size: 15px;
    margin-left: 4%;
}

.chartTitle {
      line-height: 1.182em;
      font-size: 26px!important;
    margin-bottom: 7px!important;
    margin-top: 9px!important;
    margin-left: 4%;
    width: 100%;
}

.x-button {


color: white;
font-size: 18px;
text-align: center;
margin-left: 10px;
margin-top: 10px;
z-index: 200;
background: #bbbbbb;
border-radius: 50%;
width: 40px;
height: 40px;
border: 4px solid #bbbbbb;
cursor: pointer;
&:hover{
background-color: #da552f;
border: 4px solid #da552f;
}

}

.nav-button0 {
color: white;
background: #082840;
border-radius: 5px;
border: #082840;
padding: 10px 25px;
margin-left: 5%;
font-size: 23px;


}

.subNavBar {
  display: flex;
    justify-content: space-between;

}

.header-img2 {
  margin-right: 10px;
  margin-top: 10px;

}

.header-img1 {

  margin-top: 10px;

}

.nav-button1 {
color: white;
background: #082840;
border-radius: 5px;
border: #082840;
padding: 10px 25px;
margin-left: 1%;
font-size: 23px;


}

.nav-button2 {
color: white;
background: #082840;
border-radius: 5px;
border: #082840;
padding: 10px 25px;
margin-left: 1%;
font-size: 23px;
}

.nav-button3 {
color: white;
background: #082840;
border-radius: 5px;
border: #082840;
padding: 10px 25px;
margin-left: 1%;
font-size: 23px;
}

.colorKey {
  color: #999999;

}

.info {
  width: 600px;
  height: 600px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 24px;
  color: #999999;
  line-height: 1.6;
    z-index: 1000;

}

.ercAside {
  position: absolute;
    left: 85%;
    top: 42%;
    width: 10%;
}



.year {
  font-weight: 500;
  font-size: 26px;
  color: #999999;
}

.erc20 {
  font-weight: 500;
  font-size: 26px;
  color: #999999;
}

.chart {

   position: relative;
   width: 100%;
   vertical-align: top;
   overflow: hidden;
   justify-content: center;
display: flex;
}


.scaleKeyCircle {
  stroke-width: 1;
  stroke: #999;
  stroke-dasharray: 2 2;
  fill: none;
}

.token {
  border: 1px solid black;
}


html, body, {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.bubbleKey{
position: absolute;
top: 31%;
left: 7%;
width: 205px;
margin: 0;
z-index: 33;
padding: 0;
overflow: hidden;
text-align: left;
color: #999999;

}

.filterNavBar {

  border-top: solid 1px #999;
padding: 15px 0 0;
margin: 0 11px;
}
.outerChart {
border: 1px solid #999;

position: relative;
    width: 100%;
    height: 100%;
}

.scaleKey {
 width: 100%;
 height: 100%;
 position: absolute;
 }


.scaleTag {
  font-size: 72%;
line-height: 1.5em;
position: absolute;
    border-top: solid 1px #DDD;
    width: 40px;
}



.scaleTag span {
  color: #999;
position: absolute;
display: block;
left: 25px;
bottom: -8px;
z-index: 100;
}

.chartCont {
  position: absolute;
 top: 0;
 left: 0;
 z-index: 10;
 width: 70%%;
 height: 70%%;
 overflow: hidden;
}

.title {
  font-size: 49px;
  margin-left: 4%;
  font-weight: 400;
  color: #999999;

}
