#result {
  display: block;
  font-size: 100%;
  width: 550px;
  margin-top: 10px;
}
#recommendation {
  font-size: 100%;
}
#recommendation p {
  width: 550px;
}
#calculator {
  border: 1px solid #198EBE;
}
#calculator input {
  width: 30px;
  text-align: right;
}
#calculator thead th {
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #198EBE;
  text-align: center;
  background: url(http://www.teledir.de/wp-content/themes/structure/images/bg.gif);
  color: #fff;
}
#calculator thead th a {
  color: #fff;
  font-weight: bold;
}
#calculator tbody td,
#calculator tbody th {
  padding: 5px;
  background-color: #EEEEEE;
}
#calculator tbody th {
  text-align: right;
  background-color: #EEEEEE;
}
