﻿
#CookieLaw {
    height:65px;
}

.bodyCookie {
    position:fixed; 
    bottom:0px;
    margin:0px; 
    padding:10px; 
    width:100%; 
    background:#009cdf; 
    opacity:0.8;
    text-align:center; 
    color:white; 
    font-size:12px;  
    z-index:10000000;
}

.buttonCookie {
    cursor:pointer;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    text-decoration: none;    
    border-style: none;
 }

.buttonCookie:hover {
    background:#666;
    color: white;
    opacity:0.8;
 }


.InfoCookie {
    padding-left:10px;
    color:white;
    font-style: normal;
    font-weight: bold;
}
