﻿body {
  padding: 0;
  background: #161719;
  margin: 0;
  /*background: rgba(101, 152, 239, 0.50);*/
}
.chart,
.chart2 {
  position: relative;
  background: #524f4f;
}
.chart canvas,
.chart2 canvas {
  position: absolute;
  left: 0;
  top: 0;
  /*border: 1px #FFF solid;*/
}
button {
  background: #524f4f;
  border: 1px #000 solid;
  color: #8a8a8a;
  cursor: pointer;
  outline: none;
}
button:hover {
  background: #383636;
}
#Fullscreen {
  position: fixed;
  left: 10px;
  top: 10px;
}
#Meter {
  position: fixed;
  top: 0;
  right: 0;
  color: #FFF;
}
#Meter div {
  padding-top: 25px;
  padding-right: 25px;
  /*padding-bottom: 40px;*/
  font-size: 110px;
}