.page-content {
  word-wrap: break-word;
  word-break: normal;
  overflow-y: hidden;
  overflow-x: auto;
}

.page-content table {
  width: 100%;
  margin-top: 15px;
}

.page-content table tr {
  height: 35px;
  line-height: 35px;
  color: #333333;
}

.page-content table tbody tr td:nth-last-child(1):first-child {
  background-color: #1467b3;
  color: #ffffff;
}
.page-content table tr:nth-child(even) td {
  background: #e2e2e2;
}

.page-content table tr:nth-child(odd) td {
  background: #f9f9f9;
}

.page-content table tr th,
.page-content table tr td {
  text-align: center;
}

.page-content table tr th {
  border: 1px solid #c4c4c4;
  background-color: #1467b3;
  color: #ffffff;
}

.page-content table tr td {
  border: 1px solid #eaeaea;
}
