/* only visible on print */

@media print {

  aside {
    display: none;
  }

  .hide-print {
    display: none;
  }

  .wysiwyg5-wrapper {
      display: none;
  }

  .message.table .table-cell:nth-child(1) {
    padding-top: 10px;
  }

  .message.table {
    display: block !important;
  }

  .width-print-100 {
    width: 100%;
  }

  .show-print {
    display: block;
  }

  .full-height {
    height: auto !important;
  }


  .windows p {
    font-size: 11px;
  }

  img {
    width: 50%;
  }

  img.print-logo {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .message.table .table-cell:nth-child(1) {
    width: 70px;
  }

  .message-progress .message.table .table-cell:nth-child(3) {
    width: 110px;
    position: absolute;
    right: 0;
    top: 40px;
  }

  /* Uploaded files */
  .message-progress .message .table-cell:nth-child(4) {
    display: none;
  }

  .content {
    width: 100% !important;
  }

  .sf-toolbar{
    display: none !important;
  }


}
