.o_standard_footer {
    margin-top: 200px;
    .list-inline-item {
        white-space: nowrap;
    }
}

.o_report_layout_standard {
    h2 {
        color: $o-default-report-primary-color;
    }
    
    #informations strong {
        color: $o-default-report-secondary-color;
    }
    
    #total strong{
        color: $o-default-report-primary-color;
    }
    table {
        thead {
            color: $o-default-report-secondary-color;
        }
    }

    div[name=comment] p{
        margin-bottom: 0;
    }
}
