@media print {
@page {
    size:8.5in 11in;
    @bottom-center {
    margin: 10pt 0 30pt 0;
    border-top: 1px solid #000;
    content: "My Marketing Plan";
    font-size: .85em;
    color: #000;
  }
    @bottom-left {
    content: "page " counter(page) " of " counter(pages);
    font-style: italic;
    font-size: .85em;
    color:#899394;
  }
}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
    }
h1+p, h2+p, h3+p {
  page-break-before: avoid;
}
h2 {page-break-before: always}
table, figure, img {
      page-break-inside: avoid;
}
body {background:white; color:black; margin:0;}
.elements-header img.stage-icon {
    max-width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
}
h5.youve-selected {display: none !important;}
}