@page {
  margin: 0; }

rm-html-pdf {
  display: block; }
  @media only screen {
    rm-html-pdf {
      background: #e0e0e0;
      overflow: hidden;
      padding: 20px 20px 0; } }
  rm-html-pdf,
  rm-html-pdf * {
    box-sizing: border-box; }
  rm-html-pdf pdf-page {
    display: block;
    overflow: hidden; }
    @media only screen {
      rm-html-pdf pdf-page {
        background: white;
        border: 1px solid black;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.7);
        margin: auto;
        margin-bottom: 20px; }
        rm-html-pdf pdf-page[size=letter] {
          height: 792pt;
          width: 612pt; } }
    @media print {
      rm-html-pdf pdf-page {
        page-break-before: always; } }
  rm-html-pdf pdf-columns {
    display: block;
    position: relative; }
    rm-html-pdf pdf-columns::before {
      content: '';
      display: table; }
    rm-html-pdf pdf-columns::after {
      clear: both;
      content: '';
      display: table; }
    rm-html-pdf pdf-columns > * {
      float: left; }
  rm-html-pdf table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
    rm-html-pdf table th,
    rm-html-pdf table td {
      padding: 0; }
