body.color_scheme_dark 
{
	#game-layout-wrp {
		background-color: #222;
	}

	.game-menu {
		color:#ccc!important;
		background-color:#1b1b1b!important;
	}
	
	.game-lst-1st:hover{
		color:#fff!important;
		background-color:#2c2d30!important;
	}
	
	.game-lst-2nd:hover{
		color:#ccc!important;
		background-color:#2c2d30!important;
	}
	
	a.game-text-logo {
		color: #fff;
	}
	
	a.game-text-logo:hover {
		color: #0d6efd;
	}
	
	.game-m-header {
		color:#fff!important;
		background-color:#1b1b1b!important;
	}
	
	.game-m-menu {
		color:#efefef!important;
		background-color:#000!important;
	}
	
	.game-browser-title {
		color:#fff!important;
	}
}