/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
  /* !important prevents the common CSS stylesheets from
  overriding this as on RTD they are loaded after this stylesheet */
  white-space: normal !important;
}

.wy-nav-content {
  max-width: 1200px !important;
}

html body .wy-table-responsive table td p {
    font-size: 14px;
}

html body .wy-table-responsive table td p.first,
html body .wy-table-responsive table td p {
    margin-bottom: 7px;
}

@media screen and (min-width: 767px) {
    html body .wy-table-responsive table td,
    html body .wy-table-responsive table th {
        white-space: normal;
    }

    html body .wy-table-responsive {
        margin-bottom: 24px;
        max-width: 100%;
        overflow: visible;
    }
}

@media print {
  div.wy-table-responsive {
    overflow: visible !important;
  }
}

@page {
  @bottom-right {
    content: counter(page) " of " counter(pages);
  }
}
