/** Remove Screen-Based Elements
** ----------------------------------------------------------------*/
header nav ul,
#banner,
#see-workflow {
  display: none !important;
}
/* End Remove Screen-Based Elements **/

/** Header Adjustments
** ----------------------------------------------------------------*/
header {
  margin-bottom: 1em;
}
header h1, header h2 {
  margin: 0;
  padding: 0;
}
header h1 a { color: #000; text-decoration: none; }

header h1 sup { font-size: 50%; }

header h2 { font-size: 127%; }
/* End Header Adjustments **/

/** Print See in Your Space
** ----------------------------------------------------------------*/
#your-space {
  margin-bottom: 40px;
}
#item-list {
  margin-bottom: 20px;
}
  #item-list li {
    float: left;
    width: 22%;
    padding: 0 1%;
    font-size: 127%;
    color: #000;
    line-height: 2em;
    margin-bottom: 20px;
  }
  #item-list li.clear { clear: left; }
  #item-list li a { text-decoration: none; }
  #item-list li img {
    margin-bottom: 10px;
    display: block;
  }
  #item-list li .option, #item-list li .quantity { color: #808285; }
  #item-list li .option { font-style: italic; }
  #item-list li .quantity { font-weight: bold; }

a#print, a#do-over { display: none; }
/* End Print See in Your Space **/
