body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

/* Admin table headers: no all-caps across the board. */
table thead th,
table th {
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}

/* Admin global table alignment rules. */
table thead th,
table thead td {
  text-align: center !important;
  vertical-align: middle;
}

table tbody th,
table tbody td {
  text-align: center;
  vertical-align: middle;
}

table tbody th.cell-long,
table tbody td.cell-long {
  text-align: left !important;
}

table tbody th.cell-center,
table tbody td.cell-center {
  text-align: center !important;
}
