@charset "UTF-8";
/* enable print your web page content as is shown in your browser */
@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
}

