#deallayout {
  width: 298px;
  padding: 0 0 .5em; }

#deallayout img.banner {
  max-width: 298px;
  margin: 0 auto; }

#deallayout img.banner, #deallayout img.emblem {
  display: block;
  float: none; }

#deallayout div.progress-full {
  background: linear-gradient(180deg, #f2f2f2 0, #f2f2f2);
  display: inline-block;
  height: 4px;
  vertical-align: top;
  width: 255px;
  margin: 10px 20px 4px;
  border-radius: 25px; }

#deallayout div.progress-completed {
  background: linear-gradient(180deg, #ffb400 0, #c36221);
  height: 4px;
  border-radius: 25px; }

#deallayout div.progress-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  font-weight: 100;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px 10px; }

#deallayout p {
  font-size: 14px;
  text-align: center;
  color: #fdfdfd; }

#deallayout p.info {
  float: none;
  margin: 10px 20px 0; }

#deallayout p.info:last-child {
  margin-bottom: 10px; }

#deallayout p.login.info {
  width: 258px;
  text-align: center;
  margin: 8px 20px 16px; }

#deallayout p.description, #deallayout p.price {
  font-size: 14px;
  margin: 10px 20px;
  text-align: center;
  word-spacing: 5px; }

#deallayout p.buttons, #deallayout p.pending {
  text-align: center;
  margin: 4px 20px 12px; }

#deallayout a.claimbutton {
  border-radius: 5px;
  background-color: #ff9f00;
  color: #fdfdfd;
  line-height: 34px;
  margin: 0 3px;
  padding: 4px 18px 5px;
  text-decoration: none;
  text-transform: uppercase; }

#deallayout a.claimbutton:hover {
  background-color: #5ad749;
  text-decoration: none; }
