/*
Theme Name: Canary Child
Template:   canary
*/

body{background:#9ffff7;
}

body,
p,
img,
ul,
ol {
-webkit-user-select: none;
-webkit-touch-callout:none;
-webkit-user-drag:none;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select:none;
-khtml-user-drag:none;
user-select: none;
touch-callout:none;
}
img
{
pointer-events:none;
}

@media print {
    body {
        display: none !important;
        opacity: 0;
        background: #fff;
    }

    img {
        display: none !important;
        opacity: 0;
        background: #fff;
    }
}

@media screen and (max-width:600px) {
table, tbody, tr, th, td {
 display: block;
 max-width: 98%; 
 }
 }

@media screen and (max-width:600px) {
table, tbody, tr, td, p.resizeimage img {
 width: 100%; 
 }
 }