.oe_portal_project_issue {
    margin: 0 auto;
}

.oe_portal_project_issue .oe_kanban_groups {
    width: 100%;
}

.oe_portal_project_issue .oe_fold_column.oe_kanban_record {
    float: none;
    display: block;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-bottom-color: #B9B9B9;
    border-left-color: #D8D8D8;
    border-right-color: #D8D8D8;
    border-top-color: #D8D8D8;
    margin-bottom: 5px;
}

.oe_portal_project_issue .oe_fold_column.oe_kanban_record .oe_kanban_content {
    padding: 5px;
}

.oe_portal_project_issue .oe_fold_column.oe_kanban_record h1 {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}
