@media print {
  .no-print {
    display: none !important;
  }

  .show-print {
    display: block !important;
  }

  .text-left {
    text-align: left;
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  #left-panel,
  .fixed-ribbon,
  .page-footer,
  #shortcut,
  .divMessageBox,
  .btn {
    display: none;
  }

  * {
    font-size: 10px !important;
    text-transform: uppercase;
  }

  .panel-collapse {
    height: auto !important;
    display: block !important;
  }

  table {
    width: 100%;
  }

  table tr > * {
    vertical-align: top;
  }

  table {
    border-collapse: collapse;
  }

  table, th, td {
    border: 1px solid black;
    padding: 2px 5px;
  }

  table tfoot {
    display: none;
  }

  a {
    text-decoration: none !important;
    color: black !important;
  }

  input {
    border: none !important;
    background: none !important;
    color: black;
    width: auto !important;
  }
}
