h1 {
  clear:none;
  margin-bottom:16px;
}
p.resSubhead {
  margin:0 0 20px;
  font-size:110%;
}
#resProgress {
  width:100%;
  margin:0 auto 30px;
  background:#fffde8 url(../media/template/res_progress_bg.png) left repeat-x;
  border:1px solid #ffdd99;
  border-collapse:separate;
  border-radius:5px;
}
#resProgress td {
  color:#ff9d80;
  padding-right:9px;
  background-image:url(../media/template/res_progress_off.png);
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
}
#resProgress td.nexton {
  background-image:url(../media/template/res_progress_nexton.png);
}
#resProgress td.on {
  background-image:url(../media/template/res_progress_on.png);
  color:#ff3c00;
}
#resProgress td.first {
  padding-left:3px;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
#resProgress td.last {
  background-position:left;
  padding-right:3px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
#resProgress td span,
#resProgress td a {
  padding:5px 8px;
  display:block;
}
#resProgress td a {
  color:#ff9d80;
  text-decoration:none;
}
#resProgress td a:hover,
#resProgress td a:active,
#resProgress td.on a {
  color:#ff3c00;
}
img.secureBadge {
  float:right;
  margin:0 0 15px 15px;
}
@media screen and (max-width: 900px) {
  #resProgress,
  img.secureBadge {
    display:none;
  }
}
