/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  border-collapse: collapse;
}

th {
	color: #bbb;
	letter-spacing: 1px;
	font-family: Averta-Light;
}

th,
td {
  padding: 22px 15px;
  text-align: left;}
th:first-child,
td:first-child {
  padding-left: 4px; }
th:last-child,
td:last-child {
  padding-right: 0; }

table tr {
  border-bottom: 1px solid #E1E1E1;
}