.profiles table {
  width:99.9%
}
table th.center,
table td.center {
  text-align:center;
}
table th.header {
  color:#fff;
  font-size:110%;
  text-transform:uppercase;
  font-family:'Michroma';
  font-weight:400;
  letter-spacing:1px;
  background-color:#006d83;
}
table th.he-grey,
table td.he-grey {
  color:#333;
  background-color:#eee;
}
table th.he-dgrey,
table td.he-dgrey {
  color:#222;
  background-color:#ddd;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
