.c-table__odd, .c-table__even {
  transition: all 200ms ease-in-out;
}

.c-table__odd {
  background-color: #fff;
}

.c-table__odd:hover {
  background-color: #f2f2f2;
}

.c-table__even {
  background-color: #fbfbfb;
}

.c-table__even:hover {
  background-color: #eeeeee;
}

.c-table > thead .c-table__head-column {
  color: #01b1d7;
  border-bottom: 0.2rem solid #f3f3f3;
  text-align: center;
}

.c-table > thead .c-table__head-column:nth-child(1), .c-table > thead .c-table__head-column:nth-child(2) {
  text-align: left;
}

.c-table > thead .c-table__head-column:nth-child(4) {
  text-align: right;
}

.c-table > tbody .c-table__column {
  border-top: 0.1rem solid #f3f3f3;
  text-align: center;
}

.c-table > tbody .c-table__column:nth-child(1), .c-table > tbody .c-table__column:nth-child(2) {
  color: #21242B;
  font-weight: bold;
}

.c-table > tbody .c-table__column:nth-child(1), .c-table > tbody .c-table__column:nth-child(2) {
  text-align: left;
}

.c-table > tbody .c-table__column:nth-child(4) {
  text-align: right;
}
