/* line 4, app/assets/stylesheets/expense_slips.css.scss */
.FormTable {
  display: table;
  width: auto;
  border: 1px solid;
  border-spacing: 5px;
}

/* line 11, app/assets/stylesheets/expense_slips.css.scss */
.FormTableRow {
  display: table-row;
  width: auto;
  clear: both;
}

/* line 17, app/assets/stylesheets/expense_slips.css.scss */
.FormTableCell {
  float: left;
  display: table-column;
  width: 200px;
}
