/* Panel */
#cookieChoiceInfo {
  background-color: #000;     /* Panel background color */ 
  border-top: 4px solid #666; /* Border top color and type */	 
  color: #FFFFFF;                /* Font color */ 
  padding: 20px;
  opacity: 1;  
  width:100%;/* Opacity */ 
}
 
/*More info link*/
#cookieInfoLink {   
  background-color: #f00;	
  color: #E00000;                /* More info color */
}
#cookieInfoLink:hover {
  color: #FF5B5B;                /* More info hover background */
}
 
/* Button OK */
#cookieChoiceDismiss { 
  background-color: #cc0000;     /* Button background */
  color: #FFFFFF;                /* Font background */
  text-decoration: none;      
  font-weight: 600;          
  font-size: 16px;
  padding: 3px 10px;        
  border-radius:  3px;     
}
#cookieChoiceDismiss:hover { 
  background-color: #313396; /* Button mouse hover background */ 
}