table {
  background: white;
  margin: 0 0 18px;
  border: 1px solid #dddddd; }

table thead,
table tfoot {
  background: whitesmoke; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  line-height: 18px;
  text-align: left; }

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #222222; }

table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none; }

table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none; }

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9; }

table tbody tr:nth-child(even) {
  background: #f9f9f9; }

table tbody tr td {
  color: #333333;
  padding: 9px 10px;
  vertical-align: top;
  border: none; }

