#cookie-bar {
   background: rgba(1, 1, 1, .7);
   height: auto;
   line-height: 1.4em;
   color: #fefefe;
   text-align: left;
   padding: 9px 0;
}

#cookie-bar.fixed {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1200
}

#cookie-bar.fixed.bottom {
   bottom: 0;
   top: auto;
}

#cookie-bar p {
   margin: 0 auto;
   padding: 0 1%;
   width: 100%;
   box-sizing: border-box;
   font-size: 12px;
}

#cookie-bar p span.message {
   display: inline-block;
   vertical-align: middle;
}

#cookie-bar a {
   color: #00b6e3;
   display: inline-block;
   /* border-radius: 3px; */
   text-decoration: none;
}

#cookie-bar .cb-enable {
   color: #ffffff;
   background: #f8992d;
   cursor: pointer;
   /* padding: 0 6px;
   margin-left: 8px; */
   padding: 0.2em 0.7em;
   margin-left: 8px;
   font-size: 12px;
   font-family: sans-serif;
   font-weight: bold;
   float: right;
}

#cookie-bar .cb-enable:hover {
   background: #ffa43e;
}

#cookie-bar .cb-disable {
   background: #990000;
   cursor: pointer;
}

#cookie-bar .cb-disable:hover {
   background: #bb0000;
}

#cookie-bar .cb-policy {
   background: #0033bb;
   cursor: pointer;
}

#cookie-bar .cb-policy:hover {
   background: #0055dd;
}