/* fix left align table content in IE */
table th,
table td {
  text-align: left;
}
