table {
  text-align: center;
  width: 100%;
  background: #ccc;
  border-spacing: 1px;
}
table td {
  height: 30px;
  line-height: 30px;
}
.cp_e1 td {
  background: #fff;
}
.cp_e1 td:nth-child(even) {
  width: 20%;
  background: #f2f2f2;
}
.cp_e2 td,
.cp_e3 td {
  background: #fff;
  padding-left: 5px;
  text-align: left;
}
.cp_e2 td:nth-child(odd),
.cp_e3 td:nth-child(odd) {
  width: 37%;
  padding-left: 0;
  text-align: center;
  background: #f2f2f2;
}
.cp_e2 td:nth-child(odd) {
  width: 37%;
}
.cp_e3 td:nth-child(odd) {
  width: 60%;
  text-align: left;
  padding-left: 5px;
}
.cp_e4 tr {
  background: #fff;
}
.cp_e4 tr:nth-child(1) {
  text-align: center;
  background: #f2f2f2;
}
.cp_e4 tr td:nth-child(1) {
  width: 25%;
}
.cp_e4 tr td:nth-child(2) {
  width: 40%;
}
/*# sourceMappingURL=cp_e.css.map */
