
@media print {
  /* Global resets */
  *{
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html, body {
    height:100vh;
    margin: 0 !important;
    padding: 0 !important;
    /* overflow: hidden; */
  }
  /*for de-bugging*/
  /*div { border: 1px solid black;}*/

  /* Remove stuff */
  nav,
  footer,
  .sideinfo,
  #fav_msg,
  #fav_heart,
  .thumb,
  #comment_area{
    display: none;
  }
  input[type="checkbox"] {
    display: none;
  }

  /* Tweeks */

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .display-4{
    max-width: 50%;
    float: right;
    /* text-wrap: normal; */
  }
  p, ul, label{
    font-size: 14pt;
  }
  #cont_notes{
    margin-bottom: 0;
    padding-bottom: 0;
  }
}