table.stats_c_a {
  font-size: 110%;
  border-collapse: collapse;
  margin: 1em auto;
  border-right: 2px solid #000000;
}
table.stats_c_a td,
table.stats_c_a th {
  padding: 0.3em;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
table.stats_c_a th {
  text-align: right;
}
table.stats_c_a thead th {
  text-align: center;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
table.stats_c_a tbody th {
  border-left-width: 2px;
  border-right-width: 2px;
}
table.stats_c_a thead th:first-child {
  border-left: none;
  border-top: none;
}
table.stats_c_a thead th:first-child + th{
  border-left-width: 2px;
}
table.stats_c_a tfoot th,
table.stats_c_a tfoot td {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
table.stats_c_a th:last-child,
table.stats_c_a tfoot th:first-child {
  border-left-width: 2px;
  border-right-width: 2px;
}
table.stats_c_a td {
  text-align: right;
}
