/* @override 
	http://sportsdykker.dev.pixelhuset.dk/wp-content/plugins/cookie-accept/cookie-accept.css */

#cookie-accept 
{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.80);
	z-index:9999;
	display: none;
}

#cookie-accept #cookie-warning {
	padding:15px;
	margin: 0;
	text-align:center;
	color:#FFF;
	display:block;
	font-size: 0.85em;
	line-height: 1.1;
	text-align:left;
}

#cookie-accept #cookie-ok
{
	color:#FFF;
	background:#E00;
	line-height: 1.2;
	margin: 10px 15px 10px 15px;
	cursor: pointer;
	float: right;
	font-weight: 700;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	width: 100px;
	 -webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
			 border-radius: 5px;
	display: inline-block;
}

#cookie-accept #cookie-readmore
{
	color: inherit;
	text-decoration: underline;
	font-weight: 700;
	white-space: nowrap
}

#cookie-accept #cookie-wrap 
{
	max-width: 1200px;
	margin: 0px auto;
}

@media (max-width: 768px) {
	
	#cookie-accept 
	{
		font-size: 0.8em;
	}

	#cookie-accept #cookie-ok
	{
		width: 50px;
	}	
}
