#cookie-law-info-bar {
	border: 0;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
	background-image: url(../cookies-icon.png);
	background-position: left 1% center;
	background-repeat: no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
#cookie-law-info-again {
	font-size: 14px;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
#cookie-law-info-bar span {
	vertical-align: middle;
}
/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	background: #db7171 !important;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px 6px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: auto 10px;
	transition: all 0.5s;
	border: 1px rgb(235, 210, 166) dashed;
}
.cli-plugin-button:hover {
	background-color: #555 !important;
	color: #fff;
}
.cli-plugin-button:active {
	top: 1px;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1;
	text-shadow: initial;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	box-shadow: initial !important;
	border-radius: 50px;
	
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}