#cookie-bar {background:#ffffff; height:auto; line-height:24px; color:#111428; text-align:center; padding:10px 0; z-index: 550;
   margin-bottom: 10px; margin-right: 10px;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  /* IE 5-7 */
  filter: alpha(opacity=99);
  /* Netscape */
  -moz-opacity: 0.99;
  /* Safari 1.x */
  -khtml-opacity: 0.99;
  /* Good browsers */
  opacity: 0.99;
box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}
#cookie-bar.fixed {position:fixed; top:0; right:5px; width:25%; border-radius: 1px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:10px; padding:10px; color:#000000 !important; font-weight: 300; font-size: 14px; text-align: justify;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:1px; text-decoration:none; padding:6px 12px; margin-left:8px;}
#cookie-bar .cb-enable {background:#9DC614; margin-top: 10px; }
#cookie-bar .cb-enable:hover {background:#729209;}
#cookie-bar .cb-disable {background:#9DC614;}
#cookie-bar .cb-disable:hover {background:#9DC614;}
#cookie-bar .cb-policy {background:#aaaaaa;}
#cookie-bar .cb-policy:hover {background:#00a99d;}