:root {
    --wm-toolbar-height: 65px;
  }
  #wm-ipp-base {
    height: var(--wm-toolbar-height);
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
  }
  #wm-ipp, #wm-ipp * {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #000;
    text-align: left;
    position: initial;
  }
  #wm-ipp table {
    border: none;
    border-collapse: collapse;
  }
  #wm-ipp form input,
  #wm-ipp form input[type=submit] {
    padding: 1px !important;
    border: 1px solid #666 !important;
    background: #fff !important;
    color: #000 !important;
  }
  #wm-ipp form input[type=submit]:hover {
    background: #eee !important;
    cursor: pointer !important;
  }
  #wm-ipp a:hover { text-decoration: underline; }
  #wm-ipp-print { display: none !important; }
  
  @media print {
    #wm-ipp-base { display: none !important; }
    #wm-ipp-print {
      display: block !important;
      white-space: nowrap;
      overflow: hidden;
    }
  }
  