.x table {
  border-spacing: 0px;
  word-break: break-word;
  border-collapse: collapse;
  white-space: pre;
}
.x table th {
  font-weight: bold;
  width: autopx;
  height: autopx;
  background-color: #f4f4f4;
  white-space: normal;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.x table td {
  width: autopx;
  height: autopx;
  margin: 0;
  white-space: normal;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

.x table th,
.x table td {
  border: 1px solid #ccc;
  padding: 6px 13px;
}

.x table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.x table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
