@media print {
  body > * {
    display: none;
  }
  .popoverNote,
  #footer {
    display: none !important;
  }
  .print > * {
    display: block;
  }
  .print {
    display: block;
  }
  .print:last-child {
    page-break-after: auto;
  }
  iframe {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    display: block;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .tag-wrapper {
    display: inline-block;
    margin-right: 18px;
    margin-top: 5px;
    position: relative;
    white-space: nowrap;
  }
  .tag-wrapper:after {
    border-bottom: 9px solid transparent;
    border-left: 9px solid #0086CC;
    border-top: 9px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: -9px;
    width: 0;
  }
  .tag {
    background-color: #0086CC;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Clear Sans";
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    max-width: 300px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .logo {
    position: fixed;
    right: 0;
    bottom: 0;
    page-break-before: always;
  }
}
