#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:10px; }

#cookiedingsbums { 
	
   text-align:center; 
   background: #f3f3f3; 
   
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:1em; 
   min-height: 4em;
   padding: 1em;
   line-height: 1.1em;
   }

#cookiedingsbums a
{color: #244699; font-weight: bold;}


#cookiedingsbumsCloser {
	border-radius: 3px; 
	letter-spacing: 1px;
	margin-left: 1em;
   background-color: #244699;
   color: white;
   padding:4px;
   font-weight: bold;
   cursor: pointer
   }
 

#cookiedingsbumsCloser:hover {
	background-color: #5675be;
	}