/* Print-css für cool-mom */

html,body {
    background-color: transparent;
}

.noPrint {
    display: none;
} 

.printMe {
    display: block;
    text-align: justify;
    hyphens: auto;
}

img {
    width: 200px;
}

span.ltrText {
    unicode-bidi: bidi-override;
    direction: rtl;
}