#EBCookies {
	background: #854685;
	padding: 0px 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	z-index: 25;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#EBCookies table {
	border: 0px;
	margin: 15px auto;
	max-width: 800px;
}

#EBCookies table td.text {
	padding-right: 20px;
	line-height: 14px;
	font-size: 12px;
	color: #FFFFFF;
	cursor: default;
}

#EBCookies table td.text a {
	text-decoration: underline;
	color: #FFFFFF;
}

#EBCookies table td.text a:hover {
	text-decoration: none;
}

#EBCookies table td.button a {
	background: #A864A8;
	width: 84px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
}