.o_form_label {
    min-height: 27px;
}

.o_form_view .o_form_sheet_bg .o_form_sheet {
    max-width: 100%;
    width: 100%;
}

.oe_highlight {
    margin-right: 15px;
}

/* группированный список */
.o_list_view_grouped thead tr th:first-child {
    display: none;
}

.o_list_view tbody > tr.o_group_header {
    height: 2em;
}

.o_list_view_grouped tfoot tr td:first-child {
    /*display: none;*/
}

.o_list_view_grouped .o_group_header th {
    position: absolute;
}

.o_list_view_grouped .o_group_header td:last-child {
    display: none;
}