@charset "UTF-8";
/* ==============================


print.css


============================== */
@media only print {
  img { display:none; }
  * { background-image:none; }
}

img {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout:none; 
}

body {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout:none; 
}

/*# sourceMappingURL=print.css.map */
