body {
	background:  #F5F5F5;
  background-image: url("/static/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, sans-serif;
}

.piechart {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.hidden {
  display: none;
}

.invis {
  visibility: hidden;
}

.font-mono {
  font-family: monospace;
}

.form-select {
  background: #D3D3D3;
}

.inline {
  display:inline;
}

.image {
  height: 580px;
}

.bg-image {
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  font-size: 0;
}

.green {
  color: green;
}
