.userstatswp table {
  border-collapse: collapse;
  width: 100%;
  color: black;
}

.userstatswp table, .userstatswp table td, .userstatswp table th {
  border: 0;
}

.userstatswp table tr th {
  background-color: #2c337b;
  color: rgba(240, 246, 252, 0.7);
}

.userstatswp table tr td {
  vertical-align: top;
  padding: 4px 6px;
}

.userstatswp table tr:nth-child(odd) {
  background-color: #fff;
}

.userstatswp table tr:nth-child(even) {
  background-color: #ddf;
}

/*# sourceMappingURL=styles.css.map */