.cookie-law {
	margin: 0 auto;
	text-align:center;
	background:#4389e4;
	padding: 0.3em 2em 0.3em 2em;
	border-radius: 0 0 10px 10px;
}
	.cookie-law em {
		position:absolute;
		vertical-align:text-top;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		color: #000;	
		font-style: normal;	
	}
		.cookie-law em a {
			font-size: 16px;
			opacity:0.6;
			color: #fff;	
			font-family: 'Lato', sans-serif;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			text-decoration:none;
		}
		.cookie-law em a:hover {
			opacity:1;
			color: #fff;	
			font-size: 16px;
			font-family: 'Lato', sans-serif;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			text-decoration:none;
		}

	.cookie-law p {
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		color: #FFF;
		line-height: 27px;		
	}
		.cookie-law p a {
			font-family: 'Lato', sans-serif;
			color:#a3c1e7;
			opacity:0.6;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			text-decoration:none;
		}
		.cookie-law p a:hover {
			font-family: 'Lato', sans-serif;	
			color:#FFF;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			text-decoration:none;
		}
		

@media only screen and (min-width: 10px) {
    /* Style adjustments for viewports that meet the condition */
	.cookie-law em {
		text align:center;
	}
}

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports that meet the condition */
	.cookie-law em {
	}
}

@media only screen and (min-width: 760px) {
    /* Style adjustments for viewports that meet the condition */
	.cookie-law em {
		padding-left:20em;
	}
}

@media only screen and (min-width: 1024px) {
    /* Style adjustments for viewports that meet the condition */
	.cookie-law em {
		padding-left:29em;
	}
}

@media only screen and (min-width: 1280px) {
    /* Style adjustments for viewports that meet the condition */
	.cookie-law em {
		padding-left:37em;
	}
}