#tariffpicto {
  background-repeat: no-repeat;
  background-position: top right;
  height: 165px;
  width: 165px;
  float: left;
  padding: 0;
  margin: 5px 0 0 0;
}

#promopicto {
  background-repeat: no-repeat;
  background-position: top right;
  height: 170px;
  width: 170px;
  float: right;
  padding: 0;
}

#promo {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#tariff {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#tariff table {
  margin-left: 15px;
  border: none;
  border-collapse: separate;
  border-spacing: 0 6px;
  caption-side: bottom;
}

th, td {
  margin: 0;
  padding: 0.5ex 2em 0.5ex 11em;
  border: none;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

th {
  background-color: #febf2e;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 3px solid #cccccc;
}

.notes {
  padding-left: 1em;
  font-weight: bold;
}

.normalprice {
  text-decoration: line-through;
}

th.promo {
  background-color: #b10015;
  color: #ffffff;
  white-space: normal;
}

th.promo .notes {
  color: #ffffff;
}	

td.promo {
  color: #b10015;
}

caption {
  color:#cc0000;
  text-align:right;
  font-size:85%;
}