.reportPage table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.reportPage td,
.reportPage th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 4px;
  font-weight: bold;
  font-size: 13px;
}
.reportPage th {
  padding-top: 4px;
  padding-bottom: 6px;
  color: #fff;
}
.reportPage h2 {
  text-align: center;
  color: #000;
  margin-top: 15px;
}
.reportPage th:nth-child(1),
.reportPage th:nth-child(2),
.reportPage th:nth-child(3),
.reportPage th:nth-child(4),
.reportPage th:nth-child(5) {
  background-color: #808080;
}
.reportPage th:nth-child(6),
.reportPage th:nth-child(7),
.reportPage th:nth-child(8),
.reportPage th:nth-child(9),
.reportPage th:nth-child(10),
.reportPage th:nth-child(11),
.reportPage th:nth-child(12),
.reportPage th:nth-child(13),
.reportPage th:nth-child(14),
.reportPage th:nth-child(15),
.reportPage th:nth-child(16),
.reportPage th:nth-child(17) {
  background-color: #bf8f00;
}
.reportPage th:nth-child(18),
.reportPage th:nth-child(19),
.reportPage th:nth-child(20) {
  background-color: #bf8f00;
}
.reportPage th:nth-child(21),
.reportPage th:nth-child(22),
.reportPage th:nth-child(23),
.reportPage th:nth-child(24),
.reportPage th:nth-child(25),
.reportPage th:nth-child(26),
.reportPage th:nth-child(27),
.reportPage th:nth-child(28),
.reportPage th:nth-child(29),
.reportPage th:nth-child(30),
.reportPage th:nth-child(31),
.reportPage th:nth-child(32),
.reportPage th:nth-child(33),
.reportPage th:nth-child(34),
.reportPage th:nth-child(35) {
  background-color: #808080;
}
@media print {
h2,
  .el-button,
  .customDate {
    display: none;
}
}
