.graph_unsel {
  color: rgb(183,181,189);
  padding: 1em 1.5em;
  text-decoration: none;
  background-color: #1c1432;
  display: inline-block;
  text-align: center;
  z-index:1;
}

.graph_unsel:hover {
  background-color: #555;
    cursor: pointer;
}


.graph_sel {
  color: rgb(183,181,189);
  padding: 1em 1.5em;
  text-decoration: none;
  background-color: #392e53;
  border-bottom: 8px solid rgb(27,190,127);
  display: inline-block;
  text-align: center;
  z-index:10;
}

.value{
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}

.legend {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b9b7bf;
  display: inline-block;
}
