	html {
		border-top: solid 130px #E2F3E1;
	}
	body {
		margin: 0px;
		width: 100%;
		height: 100%;
		
	}
	.block { 
		min-width: 45%; float: left;
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
	}
	.end {
		clear: both;
	}
	th {}
	td,th {
		border: 1px solid #F0F0F0;
		text-align: center;
		font-family: Helvetica;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: center;
		padding: 5px;
		background: #F9F9F9;
		color: #5B5B5B;


	}
	th {
		font-family: Helvetica;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		/* identical to box height */
		border: none;
		text-align: center;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		background: #fff;
	}
	table {
		border-spacing: 0px;
		width: 100%;
		border: 1px solid #F0F0F0;
		box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
		border-radius: 4px;
	}
	.red {
		color: #CD3443;
	}
	.yellow, .yellow td {
		background: #F4EB39;
		border-color: #ddd;
	}
	.background, .background td {
		background: rgba(244,67,54,.25);
		border-color: #ccc;
	}
	h3 {
		font-family: Helvetica;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		
		color: #183C17;
	}
	a, a:hover, a:visited {
		font-family: Helvetica;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-decoration-line: none;
		color: #006747;
	}
	.white {background: #fff;}
	h4 {
		font-family: Helvetica;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		
		color: #183C17;
	}
	.nav {
		clear: both;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.nav a {
	margin-right: 20px;
	font-family: Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: white;
	margin: 10px 15px 10px 15px;
	background: #006747;
	box-shadow: 0px 4px 4px rgba(197, 236, 192, 0.25);
	border-radius: 4px;
	padding: 10px;
	text-decoration: none;

	}
	h2 {
		font-family: Helvetica;
font-style: normal;
font-weight: bold;
	}
	.logo {
		width: 100%;
		margin-top: -135px;
		text-align: center;
		padding-top: 20px;
	}
	.logo img {
		max-width: 350px;
	}
	.alert {
		position: absolute;
		top: 0;
		text-align: center;
		background: #E23914;
		color: #fff;
		width: 100%;
		padding: 10px 0;
		font-family: Helvetica;
		overflow: hidden;
	}
	.alert a, .alert a:visited, .alert a:hover{
		color: #fff;
	}
	.alert a:hover{
		color: #ccc;
	}
	
	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #006747;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #E2F3E1;
}


#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #006747;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

.dark-img {
	position: absolute;
	top:5px;
	right: 10px;
	cursor: pointer;
}
.dark-img img{
	width: 30px;
}

.dark-mode body, .dark-mode th {
	background: #1f2a22;
}
.dark-mode td, .dark-mode th {
	color: #E3F3E2;
}

.dark-mode .red {
    color: #00d392;
}


.dark-mode .nav a {
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	color: #E3F3E2;
}

.dark-mode h2, .dark-mode h3, .dark-mode h4 {
	color: #E3F3E2;
}

.dark-mode table {
	border-color: #091E0D;
	box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
}

.dark-mode tr td {
	background-color: #324036;
}

.dark-mode table a {
	color: #E3F3E2;
}


.dark-mode .background td {
    background: transparent;
}
.dark-mode tr td {
    background-color: #324036;
}


.dark-mode td {
	border-color: #091e0e;
}

.dark-mode .background {
	background: #a56e6e;
}
.dark-mode .background td {
	background: transparent;
}

.dark-mode .yellow, .dark-mode .yellow td {
	background: #a19e5a;
	border-color: #ddd;
}
html.dark-mode {
	border-top: solid 130px #19231b;
}

.dark-mode .alert a {
	color: #E3F3E2;
}


.sectionCurrentStats {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    order: 3;
    margin-top: 18px;
        font-size: 12px;
    font-style: normal;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    
}

.current_stats {
    white-space: nowrap;
        display: flex;
    justify-content: space-evenly;
    float: none;
    width: 100%;
        font-family: Helvetica;
}
.sectionCurrentStats .header {
	font-weight: bold;
	margin-bottom: 5px;
}

body .modal {
	padding: 0px 0px 24px 0px;
	border-radius: 0px;
	box-shadow: none;
}

.dark-mode .modal {
	
	background: #324036;
	color: #fff;
}

.dark-mode .modal a {
	color: #B9E9AD;
}


p {
	font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.teams {
	margin: 0 20px 0 20px;
	text-align: center;
}
.teams span {
	color: #53565A;
	
}
.dark-mode .teams span{
	color: #fff;
}

.teams p, .teams p a, .teams p, .teams p {
	color: #2B6549 !important;
	line-height: 20px;
	font-weight: bold;
}
.dark-mode .teams p a, .dark-mode .teams p {
	color: #B9E9AD !important;
}

.dark-mode p { color: #fff;}

hr {
	color: #E8E8E8;
	background-color: #E8E8E8;
	height:2px;
	border: none;
	margin: 20px 0 20px 0;
}
.dark-mode hr {
	color: #0E1E10;
	background-color: #0E1E10;
	height:2px;
	border: none;
}

h3.person  a{
	color: #183C17;
}
.dark-mode h3.person a {
	color: #E3F3E2;
}
.dark-mode .payout h4 a {
	color: #E3F3E2;
	
}
.payout h4 a {
	color: #183C17;
	font-weight: bold;
	text-decoration: underline;
}

.star svg {
	display: inline;
	float: right;
	width: 20px;
	height: 20px;
}

.star {
		display: inline;
		float: right;
		cursor: pointer;
	}
	.star svg {
	fill: #f5c400; 
		width: 15px;
		height: 15px;
		
	}
	.star svg path {
		fill: #f5c400;
	}
	



.star.un svg path {
	fill: #d5d5d5;
}

.dark-mode h2 .star svg {
	fill: #f4eb39;
}


.dark-mode h2 .star.un svg path{
	fill: #fff;
}

.dark-mode h2 a.star{
	color:#fff;

}


h2 a.star {
	color: #000;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 30px;
	
}
h2 a.star svg {
	margin-left: 10px;
	margin-top: -8px;
	height: 30px;
	width: 30px;
	fill: #006747;
}
h2 a.star svg path {
	fill: #006747;
}

.rules p {
	
}

.person a.star { float: left; margin-right: 10px; }

