/*
Plugin Name: 300 Polityka Cookies
Plugin URI: http://300polityka.pl
Author: Marcin Wiśniowski mfw.pl
Author URI: http://mfw.pl/
Description: Displays information about using cookies on Page
Version: 1.0
License: GNU Lesser General Public License v3 or later
License URI: http://www.gnu.org/licenses/lgpl-3.0.html
Tags: Cookies, UE
Text Domain: 300polityka-cookies
*/

/* =Cookies
-------------------------------------------------------------- */

html {

}

.information-bar {
	background: #ddd;
	z-index: 999999;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}
.cookie-bar {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 2.2;
	overflow: hidden;
}

.cookie-bar p {
	margin: 0 40px 0 10px;
}

.cookie-bar a {
	text-decoration: none;
}

.cookie-bar .close {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 22px;
	line-height: 1;
	color: #000;
}
.cookie-bar .close:hover {
	color: #ec1c24;
}