@CHARSET "UTF-8";

@media print {
    a[href]:after {
        content: "";
    }
    .print-visible{
       display: block !important;
    }
    .synchroelement {
        height: auto !important;
    }
    .sf-toolbar {
        display: none;
    }
}