@charset "utf-8";
.openerp .oe_kanban_view .oe_kanban_crm_salesteams {
  /* Customize width and height of kanban according bootstrap3 */
  width: 357px;
  min-height: 80px !important;
}
.openerp .oe_kanban_view .oe_kanban_crm_salesteams .oe_kanban_content div:first-child {
  margin-right: 0px;
}
.openerp .oe_kanban_view .oe_deadline {
  padding-left: 0.5em;
}
.openerp .oe_salesteam_kanban_view {
  margin-left: 0px;
  margin-right: -2px;
}
.openerp .oe_margin_top_16 {
  margin-top: 16px;
}
