body {
    overflow: visible !important; /* or FF will only print 1 page */
}

/* hide elements that are not important for prints */
.page-header,
.page-footer,
.breadcrumb,
.noprint {
    display: none !important;
}

/* ungrid the grid columns */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.grid_1:first-child,
.grid_2:first-child,
.grid_3:first-child,
.grid_4:first-child,
.grid_5:first-child,
.grid_6:first-child,
.grid_7:first-child,
.grid_8:first-child,
.grid_9:first-child,
.grid_10:first-child,
.grid_11:first-child,
.grid_12:first-child {
    margin-top: 0;
}