body {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
}

.oe_chatter {
	display:none;
}

.openerp .oe_application .oe_form_sheet {
        font-size:130% !important;
    }
    .oe_list_content {
        font-size:130% !important;
    }

@media print{
    .openerp .oe_application .oe_form_sheet {
        font-size:130% !important;
    }
    body {
        font-size:130% !important;
    }

}
