
#expresso-cookies {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99999 !important;
	box-shadow:inset 0px -30px 40px rgba(0,0,0,0.2);
}
.expresso-cookies-compact {
	
}
#expresso-cookies-container {
	width:70%;
	max-width:1000px;
	min-width:600px;
	margin:0 auto;
	font-size:13px;
	line-height:16px;
}
.expresso-cookies-normal #expresso-cookies-information {
	padding:40px;
	margin-right:220px;
	font-size:13px;
}
.expresso-cookies-normal #expresso-cookies-buttons {
	float:right;
	width:auto;
	padding-top:20px;
	text-align:center;
}
.expresso-cookies-normal #expresso-cookies-buttons button {
	width:220px;
	padding:10px;
	height:auto;
	margin:15px;
	display:block;
	text-align:center;
	font-size:12px;
	border:none;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.expresso-cookies-compact #expresso-cookies-information {
	padding:6px;
	margin-right:250px;
}
.expresso-cookies-compact #expresso-cookies-buttons {
	float:right;
	width:auto;
	padding-top:2px;
	text-align:center;
}
.expresso-cookies-compact #expresso-cookies-buttons button {
	width:auto;
	padding:2px 5px;
	height:auto;
	margin-right:3px;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	border:none;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.expresso-cookies-compact #expresso-cookies-buttons a {
 float:right;
 padding:3px 5px;
 display:block;
}
#expresso-cookies-buttons button:hover {
	opacity:0.9;
	cursor:pointer;
}
#expresso-cookies-buttons a {
	text-decoration:none;
	font-weight:bold;
	opacity:1;
	transition: all 200ms ease-in !important;
	-webkit-transition: all 200ms ease-in !important;
	-o-transition: all 200ms ease-in !important;
	-moz-transition: all 200ms ease-in !important;
	color:#ffffff;
}
#expresso-cookies-buttons a:hover {
	text-shadow: #4b4b4b 0px 0px 15px !important;
	color:#a6823f !important;
}
#expresso-cookies-policy-container {
	display:none;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:999999 !important;
}
#expresso-cookies-policy-container > div {
	background-color:#fff;
	width:60%;
	margin:2% auto;
	height:70%;
	padding:40px;
	color:#000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#expresso-cookies-policy-container > div article {
	display:block;
	overflow:auto;
	margin-top:30px;
	height:86%;
	font-size:13px;
	line-height:18px;
}
#expresso-cookies-policy-container > div article a {
	color:#00f;
}
#expresso-cookies-policy-container > div article p {
	padding-bottom:10px;
}
#expresso-cookies-policy-container > div article ul {
	margin:10px 30px 30px 30px;
	listy-style:circle;
}
#expresso-cookies-policy-container > div article a:hover {
	color:#004;
}
#expresso-cookies-policy-container-close {
	display:block;
	margin:10px auto;
	width:200px;
	color:#555;
	padding:16px;
	font-size:11px;
}