/*----------------------------------------------
 |  table.css |
 |-----------
 |  Table elements
 *---------------------------------------------*/
table {
  border: none;
}

table td {
  vertical-align: top;
}

