@media print {
  #headband-container,
  #footer,
  #main-nav,
  #right-rail,
  #diy-videobox,
  #diy-project,
  #diy-instructions-language,
  #diy-instructions-print {
    display: none; }

  #diy-title {
    font-size: 24pt;
    font-weight: bold; }

  #diy-instructions {
    clear: both; }

  #diy-instructions h2 {
    font-size: 18pt; }

  #diy-steps {
    list-style: none; }

  .diy-step {
    clear: both;
    display: block;
    margin-bottom: 30px;
    page-break-inside: avoid;
    overflow: hidden; }

  .diy-step-number {
    font-size: 18pt;
    font-weight: bold;
    clear: both; }

  .diy-step-img {
    display: block;
    float: right;
    width: 40%;
    height: 100%;
    margin: 0 25px 0 35px;
    page-break-inside: avoid; }

  #diy-funder-block {
    display: block;
    width: 100%;
    padding-top: 40px; } }

/*# sourceMappingURL=print_styles.css.map */
