<style>
	.prize-table td.step-action{ 
		width:auto;max-width:200px; 
	}
	.prize-table td.step-action div{  
		background: #3af;
		background:linear-gradient(135deg,#3cf,#39f,#3cf);
		color:#ff0;
		width:auto;
		max-width:200px;
	}
	.prize-table td.step-action span{ 
		font:bold 13px arial;
		color:#fff;
	}
	.fa-check{ 
		color:#0c0;
	 	font-size:50px;
	}
	.fa-unlock{ 
		color:#ff0;
		font-size:50px;
	}
	.fa-lock{ 
		color:#f55;
	 	font-size:40px;
	}
	.prize-table .fa-refresh{ 
		color:#fff;
		font-size:30px;
	}
	.btn-content-claim{ 
		box-shadow:0 2px 5px #999;
		padding:5px 20px;
		width:auto;
	}
	.mystery{ 
		font-size:30px;
	}
	.btn-content{ 
		width:250px;
		padding:10px;
		font:bold 22px arial;
		border-radius:10px;
		box-shadow:0 1px 3px #666; 
	}
</style>