table.tbl-member th:nth-child(1) {
  width: 25%;
}
table.tbl-member th:nth-child(2) {
  width: 9%;
}
table.tbl-member th:nth-child(3) {
  width: 35%;
}
table.tbl-member th:nth-child(4),
table.tbl-member th:nth-child(5){
  width: 13%;
}
table.tbl-member th:nth-child(6) {
  width: 5%;
}
table.tbl-member th,
table.tbl-member td {
  vertical-align: top;
  padding: 0.4em 0.2em;
}