.tilaus-table {
  width: 700px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
}
.tilaus-td-otsake {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #000000;
  background: rgb(204,204,51);
  padding: 4px;
}
.tilaus-td {
  font-size: 12px;
  text-align: left;
  color: #000000;
  background: rgb(224,224,151);
  padding: 4px;
}
a.tilaus-td {
  font-size: 12px;
  text-decoration: none;
  color: #CC0000;
}
.tilaus-nappi {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #CCCCCC;
}
.tilaus-maara {
  height: 16px;
  width: 40px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  background: rgb(224,224,151);
  border: 1px solid #000000;
}

