/*
    cookiewarning.css
    m.buranimoto.it | 30/05/2017
    Copyright 2017 web-communication.eu
*/

#cookiewarning {
    font-family:             Verdana, Arial, Helvetica, sans-serif;
    font-size:               12px;
    color:                   #333;
    text-decoration:         none;
	position:                fixed;
	z-index:                 10000;
	bottom:                  0;
	left:                    0;
	margin:                  0;
	padding:                 15px;
	width:                   100%;
	height:                  auto;
	background:              rgba(185,186,187,0.9);
	line-height:             1.35em;
    }
.cookiewarning-link {
    color:                   #FF0000;
    text-decoration:         none;
}
a.cookiewarning-link:hover {
    text-decoration:         underline;
} 