.butt {
    border: 1px outset blue;
    background-color: lightBlue;
    height:50px;
    width:50px;
    cursor:pointer;
}

/*.butt:hover {
    background-color: blue;
    color:white;
}*/

.chart {
  position: absolute;
  top: 50px;
  left: 0;
}

.chart .background {
  fill: none;
}

.chart .bar,
.chart .dot,
.chart .line {
  fill: none;
  stroke: #999999;
  stroke-width: 1.5px;
}

#frame {
  position: fixed;
  top: 100px;
}
