﻿@charset "utf-8";
/* CSS Document */


#cookie-law {
	max-width: 100%;
	margin: 0 auto 0;
	height: 40px;
	position: fixed;
	bottom: 0%;
	width: 100%;
	background-color: rgba(158,158,158,0.80);
	opacity: 1;
}
 
#cookie-law p {
    padding:15px 0px 15px 0px;
    font-size:1.2em;
    font-weight:normal;
    text-align:center;
    color:#000000;
    margin:0;
}

#cookie-law a {
    color:#000000;
	text-decoration: underline;
}



