@charset "utf-8";
/* CSS Document */
/* Dark row class with unique background colors for each cell */
.Dark td:nth-child(1) {
  background-color: #DBE0AF;
}

.Dark td:nth-child(2) {
	background-color: #A7B244;
	font-family:"Maven Pro", sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	font-weight: 800;
	line-height: 14pt;	
	color: white;
}

.Dark td:nth-child(3) {
  background-color: #E8EBCC;
	padding-left: 20px;
}

.Dark td:nth-child(4) {
  background-color: #DBE0AF;
	}

.Dark td:nth-child(5) {
  background-color: #E8EBCC;
}

.Dark td:nth-child(6) {
  background-color: #DBE0AF;
}

/* Light row class with unique background colors for each cell */
.Light td:nth-child(1) {
  background-color: #E7E8CF;
}

.Light td:nth-child(2) {
  background-color: #BDC475;
		font-family:"Maven Pro", sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	font-weight: 800;
	line-height: 14pt;	
	color: white;
}

.Light td:nth-child(3) {
  background-color: #F5F6EA;
	padding-left: 20px;
}

.Light td:nth-child(4) {
  background-color: #E7E8CF;
}

.Light td:nth-child(5) {
  background-color: #F5F6EA;
}

.Light td:nth-child(6) {
  background-color: #E7E8CF;
}
.register-row-green {
	background-color: #E8EBCD;
}
