.center {
  text-align: center;
}

.flame_bg {
  background-image: url("/fileadmin/Projekte/Burndownchart/flame.gif");
  background-repeat: repeat-x;
  background-position: 0% 100%;
  background-color: #000;
  color: beige;
}

.green {
  color: green;
}

.red {
  color: #C00;
}