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

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

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

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

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

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




