/**/

@media print {
    
     html, body {
        margin: 0;
        padding: 0;
        background: #FFF; 
        font-size: 9.5pt;
      }
    
    .table-responsive {
        overflow-x: visible !important;
        width: 75% !important;
    }
    
}


@media only screen and (max-width: 768px) {
  .blinn-wrapper {
    position: relative;
    top: 80px;
  }
}

