#smart #cookieConsent-container .container {
	margin: 10px auto;
}
#smart #cookieConsent-container p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	margin: 12px 0;	
}
#smart #cookieConsent-container a {
    color: #0098d3;
}
#smart #cookieConsent-container a:hover {
    text-decoration: underline;
}
#smart #cookieConsent-container .spiel {
	width: 80%;
	float:  left;
}
#smart #cookieConsent-container .btn-container {
	width: 20%;
	text-align:  center;
	float: right;
}
#smart #cookieConsent-container .btn {
	font-size: 14px;
	padding: 8px 30px 10px;
}
#smart #cookieConsent-container .btn-container p {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
}
@media (max-width: 767px) 
{
	#smart #cookieConsent-container .container {
		margin: 10px ;
	}
	#smart #cookieConsent-container .spiel,
	#smart #cookieConsent-container .btn-container
	{
		width: 100%;
		float:  none;
	}
	#smart #cookieConsent-container .btn-container {
		text-align:  left;
	}
}