/* ==UserStyle==
@name         Szent Ferenc Antióchia énekeskönyv nyomtatási segéd
@author       Marczell Márton
@version      1.0.0
@namespace    szentferenc.antiochia.hu
==/UserStyle== */

@-moz-document domain("songs.worshipleaderapp.com") {
@media only print {
    .print-advertising {
        display: none;
    }
    .ui-header .ui-title {
        font-size: 120%;
    }
    #song-info {
        display: none;
    }
    .verse:not(.chord), .bridge:not(.chord), .prechorus:not(.chord) {
        font-family: serif;
    }
    .chorus:not(.chord) {
        font-family: serif;
        font-weight: bold;
        font-style: normal;
    }
    .showchords .chord {
        font-weight: bold;
        font-size: 88%;
        top: -19px;
    }
    #main-page > .ui-header {
        border-width: 0;
    }
}
}