table {
  border: 1px solid #ccc;
  border-width: 1px;
  line-height: 20px;
  font-size: 12px;
  margin: 0 0 22px 0;
  text-align: left;
  padding: 0 5px;
}
table caption {
  text-align: left;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table tr:nth-child(2n) {
  background: #f7f7f7;
}
table th,
table td {
  padding: 6px 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
table th {
  text-align: center;
}

li.active {
  font-weight: bold;
}
