/*this is for printing royalty reports*/

.nav-sidebar, h1, h2, hr.roy_ltr_screen_sep{
    display: none;
}

div.sidebar{
    display: none;
}

div.main {
    margin-left: 0;
}
.payee_report, .payee_letter{
    page-break-after: always;
}

.payee_letter{
    margin-left: 2rem;
    font-family: Garamond, serif;
    font-size: 12pt;
}

.roy_ltr_addressBlock{
    margin-top: 2.5in;
    margin-bottom: 2rem;
}

.roy_ltr_signatures{
    display: flex;
    flex-direction: row;
}
.roy_ltr_sig{
    flex-grow: 1;
}

.roy_ltr_sig p.sig_name{
    margin-top: 3.5rem;
}

table.roy_bad_addr td{
    padding: 0;
}

div#footer{
    display: none;
}

