.o_company_1_layout {
                font-family: Lato;
                &.o_report_layout_striped {
                   strong {
                        color: #4e677e;
                    }
                    h2 {
                        color: #af9231;
                    }
                    thead tr th {
                        color: #4e677e;
                    }
                }
                .row > div > table,
                div#total table {
                    &:first-child,
                    &:last-child,
                    &.o_subtotal,
                    &.o_total {
                        strong {
                            color: #af9231;
                        }
                    }
                }
            }