input[type="submit"], input[type="button"]{
    display: none !important;
}

#header{
    background: none !important;
}

#cabecalho1, #footer{
    display: none !important;
}

#cabecalho2, .assinatura{
    display: block !important;
}

h5{
    color: #000 !important;
}

form input, form select{
    color: #000 !important;
    background-color: #FFF !important;
    border: 0 !important;
    border-bottom: 1px solid #DDD !important;
}

.pageQuebra{
    page-break-before: always !important;
}

.blRadiosDisable{
    display: none;
}

.blRadiosEnable{
    display: block;
}

.recusadoPrint{
    display: none;
}