/* here you can put your own css to customize and override the theme */

/* Used to equalize card heights in menus */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

/* Used to break large texts inside a given table (printable) */
.cell-break {
  word-break:break-all;
}