.altus-table {
  border-collapse: collapse;
  border: 1px solid #aaaaaa;
}

.altus-table * {
  background: transparent;
  font-family: Futura PT;
  font-weight: normal;
}

.altus-table .fa {
  font-family: 'FontAwesome';
}

.altus-table th {
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0.25em;
  padding: 0.25em 1em;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  text-transform: uppercase;
}

.altus-table td {
  font-size: 18px;
  padding: 0.25em 1em;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.altus-table tbody tr:nth-child(odd) {
  background: #0099ff20;
}