
li#explore_beta a.explore_beta_link, li#explore_beta a.explore_beta_link:visited {
	color: #417505;
}

a.explore_beta_link span.betaSign {
  	color: #b64087;
  	font-size: xx-large;
  	font-weight: bold;
  	margin-right: 3px;
  	padding-bottom: 4px;
}

a.explore_beta_link:hover span.betaSign {
	color: white;
}

a.explore_beta_link:hover {
	background-color: #417505 !important;
}

footer li#explore_beta {
	display: none;
}

@media only screen and (max-width: 870px) {
	/*a.explore_beta_link span.betaSign {
		color: white;
	}*/
	
	/*li#explore_beta > a.explore_beta_link::after {
		content: ' ' !important;
	}*/
	
	li#explore_beta {
		display: none !important;
	}
}