 /* Root container */
.openerp .oe_portal_crm_contact {
    min-width: 960px;
}

/* Contact form section */
.openerp .oe_portal_crm_contact .oe_portal_crm_contact_form {
    margin-right: 10px;
}
.openerp .oe_portal_crm_contact .oe_portal_crm_contact_form input[type="text"] {
    width: 40%;
}

/* Offices list section */
.openerp .oe_portal_crm_contact .oe_portal_crm_office {
    background: #DDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.openerp .oe_portal_crm_contact .oe_portal_crm_office * {
    background: transparent !important;
}
.openerp .oe_portal_crm_contact .oe_portal_crm_office .oe_fold_column.oe_kanban_record {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
}
.openerp .oe_portal_crm_contact .oe_portal_crm_office li:last-child {
    margin-bottom: 1em;
}
.openerp .oe_portal_crm_contact .oe_portal_crm_office ul:last-child li:last-child {
    margin-bottom: 0;
}
