html, body {
  margin: 0;
  color: #555;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
body {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  padding: 10px;
}
a {
  color: #999;
  text-decoration: underline;
}
input {
  width: 150px;
  height: 100px;
  margin: 10px;
  font-size: 1em;
}
p.message {
  background-position: 8px center;
  background-repeat: no-repeat;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding-left: 48px;
  margin: 0;
}
p.success {
  background-image: url('success.png');
  background-color: #d1feba;
  border-color: #83ba77;
}
p.info {
  background-image: url('info.png');
  background-color: #c4dbec;
  border-color: #85a5be;
}
p.error {
  background-image: url('error.png');
  background-color: #fab;
  border-color: #fb5766;
}

span.white {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #555555;
  padding: 4px 8px;
  display: inline-block;
}

#torol {
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 200;
}
#info {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1%;
  text-align: center;
  z-index: 100;
}
#chart {
  width: 90%;
  margin: 0 auto;
  height: 100%;
}
#chart div.bar {
  float: left;
  height: 100%;
  width: 21.25%;
}
#chart div.bar div.area {
  background: #E73021; /* Old browsers */
  position: absolute;
  bottom: 0;
  width: inherit;
  border: 1px solid #555;
  border-bottom: 0 none;
}
#chart div.spacer {
  float: left;
  height: 100%;
  width: 5%;
}
#chart .value {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: inherit;
}