﻿/* Medicus-Print.CSS */
@media print {
  /*& * {
        font-size: 9pt !important;
    }*/
  body * {
    font-size: 10pt !important;
  }
  table {
    vertical-align: top;
    width: 100%;
  }
  .table {
    width: 100%;
    border: 1px solid black;
  }
  .page-body {
    border: 1px solid black;
    vertical-align: top;
    width: 100%;
    height: 100%;
  }
  #page-footer {
    position: fixed;
    bottom: 0px;
  }
  a[href]:after {
    content: "";
  }
}