/* Cookie warning */
#cookie-warn{
    position: fixed;
    bottom: 0;
    background: #EEE;
    margin: 0;
    padding: -5px;
    width: 100%;
    display: none;
    z-index: 99;
		color: black;
		text-align: center; 
}
 
#cookie-warn a{
    color: blue;
    text-transform: uppercase;
    /*float: left;*/
    padding-right: 20px;
}
 
#cookie-warn p{
    font-size: 18px;
    color: red;
}

#cookie-warn p1{
    font-size: 18px;
    color: red;
		font-weight: bold;
}