.offer-box {
  border                : 1px solid #888;
  margin-bottom         : 1em;
  padding               : 0.5em;
}

.offer-box a {
  color                 : #000;
  text-decoration       : none;
}

.offer-box a:hover {
  text-decoration       : underline;
}

.factbox {
  float                 : left;
  width                 : 68%;
}

.factbox td {
  vertical-align        : top;
}

.factbox-prompt {
  width                 : 30%;
}

.offer-image-box {
  float                 : right;
  width                 : 30%;
}