/* ADDED */
.dtf_key_message{
	float: left;
	width: 370px;
	background: #ffffff;
	padding: 5px 0;
}


.dtf_customer_game .dtf_customer_game_large .dtf_game-information .dtf_game-keys{
	float: left;
	width: 100%;
	height: auto;
}

.dtf_customer_game .dtf_customer_game_large .dtf_game-information .dtf_game-keys .dtf_game-key{
	float: left;
	width: 100%;
	height: auto;
	line-height: normal;
}
.dtf_customer_game .dtf_customer_game_large .dtf_game-information .dtf_game-keys .dtf_game-key .dtf_key{
	float: left;
	width: 110px;
	height: auto;
	background: #d3d3d3;
	font-weight: 900;
}
.dtf_customer_game .dtf_customer_game_large .dtf_game-information .dtf_game-keys .dtf_game-key .dtf_key span{
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	top: 0px;
	left: 5px;
	padding: 5px 0;
}
.dtf_customer_game .dtf_customer_game_large .dtf_game-information .dtf_game-keys .dtf_game-key .dtf_code{
	float: left;
	height: auto;
	width: 260px;
	background: #ffffff;
}
.dtf_customer_game .dtf_customer_game_large .dtf_game-information .dtf_game-keys .dtf_game-key .dtf_code span{
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	top: 0px;
	left: 5px;
	padding: 5px 0;
	
}