.exx-blue-font {
  color: rgba(84, 186, 212, 1) !important;
  font-weight: bold;
}

.exx-pink-font {
  color: rgba(212, 82, 152, 1) !important;
  font-weight: bold;
}

.exx-purple-font {
  color: rgba(126, 87, 194, 1) !important;
  font-weight: bold;
}


.exx-blue:nth-child(odd) {
  background-color: rgba(84, 186, 212, 0.4) !important;
}

.exx-blue:nth-child(even) {
  background-color: rgba(84, 186, 212, 0.2) !important;
}

.exx-pink:nth-child(odd) {
  background-color: rgba(212, 82, 152, 0.4) !important;
}

.exx-pink:nth-child(even) {
  background-color: rgba(212, 82, 152, 0.2) !important;
}

.exx-purple:nth-child(odd) {
  background-color: rgba(126, 87, 194, 0.4) !important;
}

.exx-purple:nth-child(even) {
  background-color: rgba(126, 87, 194, 0.2) !important;
}


.exx-colgroup {
  border-style: solid;
  border-color: #006dff !important;
  border-width: 3px;
}
