.cookieconfirmation
{
	z-index:9999999;
	padding:20px;
	background-image: linear-gradient(to bottom, rgba(60, 60, 60, 0.92) 0px, #222 100%);
	background-repeat: repeat-x;
	color: #fff;
	box-shadow: 0 6px 36px -4px rgba(0, 0, 0, 0.75);
}

.cookieconfirmation.bar
{
	position:fixed;
	display:inline-block;
	width:100%;
	text-align:center;
}

.cookieconfirmation.bar.bottom
{
	bottom:0px;
}
.cookieconfirmation.bar.top
{
	top:0px;
}

.cookieconfirmation.float
{
	position:fixed;
	display:inline-block;
	width:auto;
	border-radius:10px;
	max-width:400px;
}
.cookieconfirmation.float .btn
{
	background-color:#2c9bd1 !important;
	display:block;
	margin-top:10px;
}
.cookieconfirmation.float.left.bottom
{
	left:10px;
	bottom:10px;
}
.cookieconfirmation.float.left.top
{
	left:10px;
	top:10px;
}
.cookieconfirmation.float.right.bottom
{
	right:10px;
	bottom:10px;
}
.cookieconfirmation.float.right.top
{
	right:10px;
	top:10px;
}

.cookieconfirmation .msg,
.cookieconfirmation .more-info
{
	margin-right:10px;
}


.cookieconfirmation a.more-info:hover
{
	color:#31b0d5;
	text-decoration:none;
}