<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************
karaoke.co.il print css
Liran Oz
********************************/


body {
    background-color: #cecece;
}

.__print_false__  { display: none !important; }
#print-content-destintaion { 
    display: block !important; 
    width: 100%;
}

div.container, div#ibox { display: none !important; }

/* specific print styles */

#print-content {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    direction:rtl;
}

.lyrics_text {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    direction:rtl;
}


h2, h3 {
    width: 100% !important;
    text-align: right !important;    
}

h2 {
    font-size: 14pt !important;
    font-weight: bold !important;
}

h3 {
   font-size: 13pt !important;
}

p, p * {
    line-height: normal !important;
    text-align: right !important;
    direction:rtl;
}
</pre></body></html>