.full p + table {
  margin: 1em 0;
}
.full table {
  margin-bottom: 1em;
  width: 100%;
}
.full > table:last-child {
  margin-bottom: 0;
}
.full th {
  font-weight: bold;
}
.full th,
.full td {
  padding: 6px 12px;
}
.full tbody {
  color: #333;
}
.full tr {
  line-height: 1.5em;
}
.full thead {
  background: #C9DDF2;
}
.full tr:nth-child(2n) {
  background: #f2f6fb;
}
.full tbody tr:nth-child(2n+1) {
  background: #fff;
}
