@charset "UTF-8";
/* Product Guide */
#footer {
  display: none;
  height: 0px; }

#retroconfigurefooter {
  display: none;
  height: 0px; }

.product_guide img {
  max-width: 5.5in; }

div.product_guide {
  page: guide; }

@page guide :left {
  @bottom-left {
    content: "Copyright Â© 2015 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: counter(page);
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

@page guide :right {
  @bottom-left {
    content: "Copyright Â© 2015 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: counter(page);
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

@page cover {
  @bottom-left {
    content: "Copyright Â© 2015 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: url(http://download.retrospect.com/site/Retrospect_Inc_logo_SM_black.jpg); } }
