/***********  COOKIE *****************/
#cookieChoiceInfo {
    position:fixed;
    width:100%;
    color: #ffffff;
    background-color:#3c445d;
    margin:0;
    padding: 8px 0; 
    left:0; 
    top:0;
    z-index:1000;
    text-align:center;
    line-height: 2em;
	 font-family: Verdana;
	 font-size:14px;
}

#cookieChoiceInfo span {
    padding: 0 8px; 
}

#cookieChoiceInfo a {
    background-color: #4084bf;
    padding: 6px;
     border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #FFF;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}
#cookieChoiceInfo a:hover {
    background-color: #4c9bc2;
    text-decoration: none;
}
.cookie_policy {
    margin-top: 40px;
    text-align: justify;
    line-height: 1.6em;
}
.cookie_policy h1 {
    margin: 0 0 10px;
}
.cookie_policy h2 {
    margin: 20px 0 0;
}
.cookie_policy p {
    margin-top: 5px;
}
/*********** END COOKIE *****************/
