table#post_stats {
  background-color: #D0D0D0;
  border-collapse: collapse;
}

table#post_stats th, table#post_stats td {
  padding: 4px;
}

table#post_stats thead tr:nth-child(1) th:nth-child(1),
table#post_stats tbody tr              td:nth-child(1) {
  width: 100px;
  border-right: solid 1px #C0C0C0;
}


table#post_stats thead tr:nth-child(1) th:nth-child(2),
table#post_stats thead tr:nth-child(2) th:nth-child(3) {
  border-right: solid 1px #C0C0C0;
}

table#post_stats tr th:nth-child(n+2),
table#post_stats tr td:nth-child(n+2) {
  width: 120px;
}

table#post_stats tr td:nth-child(n+2) {
  background-color: #F0F0F0;
  border: solid 1px #C0C0C0;
  text-align: center;
}