/* Override datatables library date text alignment */
table.dataTable {
  th.dt-type-date,
  td.dt-type-date {
    text-align: left;
  }
}
