#myCanvas {
  position: absolute;
  width: 570px;
  height: 442px;
}

#Mvalue {
  position: absolute;
  top: 350px;
  left: 330px;
  color: black;
  font-size: 1.8em;
}

#BG {
  position: absolute;
  width: 579px;
  height: 442px;
}

#topValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5px;
  color: white;
}

#tooltip2 {
  color: #000;
}

.item :hover {
  background-color: #688e91;
}

.dropBox {
  width: 132px !important;
}
