/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2-mar-2015, 10.22.38
    Author     : ideart
*/

#cookie-law{
    width: 100%; 
    position: fixed; 
    top:0; 
    /*border-bottom: 1px #666666 solid;*/ 
    background: rgba(0,0,0,0.85); 
    font-family: Arial; 
    font-size: 12px; 
    margin: 0; 
    text-align: center;
    z-index: 9999;
    line-height: 20px;
}

#setcookie{
    margin-top: 5px;
}
#cookie-law a{
    color: #666;
    
}
#cookie-law a:hover{
    color: #666;
    text-decoration: underline;
}

#cookie-law .close-cookie-banner {
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

#cookie-law .close-cookie-banner:hover {
  text-decoration: none;
}