@charset "UTF-8";
//#eucookielaw { display:none }
body { margin-bottom: 43px; }
@media (min-width: 120px) {
    body { margin-bottom:43px; }
}
@media (min-width: 490px) {
    body { margin-bottom:60px; }
}
@media (max-width: 480px) {
    body { margin-bottom: 120px; }
}

#eucookielawBox {
    z-index: 999999; 
    opacity: 0.9; 
    position: fixed; 
    padding: 10px 0px; 
    width: 100%; 
    left: 0px; 
    font-size: 13px; 
    font-weight: normal; 
    text-align: left; 
    color: rgb(255, 255, 255); 
    font-family: Arial, sans-serif; 
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 8px; 
    box-shadow: rgb(0, 0, 0) 0px 0px 8px; 
    bottom: 0px; 
    background-color: rgb(175, 0, 0);
}
#eucookielawBox a {
    color:#FFF;
    text-decoration: underline;
}

#cookiescript_wrapper {
    margin: 0px 10px; 
    font-size: 13px; 
    font-weight: normal; 
    text-align: center; 
    color: rgb(255, 255, 255); 
    font-family: Arial, sans-serif; 
    line-height: 23px;    
}
#cookiescript_readmore {
    text-decoration: underline; 
    color: rgb(255, 255, 255); 
    cursor: pointer; 
    padding: 0px; 
    margin: 0px; 
    white-space: nowrap;
}
#removecookie {
    border-radius: 5px; 
    border: 0px; 
    padding: 6px 10px; 
    font-weight: bold; 
    cursor: pointer; 
    margin: 0px 10px 0px 30px; 
    color: rgb(255, 255, 255); 
    -webkit-transition: 0.25s; 
    transition: 0.25s; display: inline; 
    text-shadow: rgb(0, 0, 0) 0px 0px 2px; 
    white-space: nowrap; 
    background-color: rgb(91, 183, 91);
}    
        