@charset "UTF-8";
/* CSS Document */

#cookiedingsbums a {color:#fff; text-decoration:underline; font-weight:500}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   text-align: center; 
   background: rgba(48,48,48,0.7); 
   position:fixed;
   right: 0; 
   left: 0;
   bottom:12px; 
   z-index:10000; 
   width:100%; 
   font-size:14px; 
color:#fff;
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #ffffff;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 0px;
   text-decoration: none;
   top: 0px;
   cursor:pointer;
   padding:11px;
   background: #0f9dad; /* Old browsers */
 }

#cookiedingsbumsCloser:hover {color: #838383;}