#cookie-bar {
  /* 	background:rgba(0, 0, 0, 0.5);  */
  /* 	height:auto;  */
  /* 	min-height:24px;  */
  /* 	line-height:24px;  */
  /* 	color:#eeeeee;  */
  /* 	text-align:center;  */
  /* 	padding:3px 0; */
  background: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 30px 20px;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px; }

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

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

#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 12px; }

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 16px; }

#cookie-bar .cb-enable {
  margin-top: 10px;
  background: #3F9D56; }

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

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

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

#cookie-bar .cb-policy {
  margin-top: 10px;
  background: #3F9D56; }

#cookie-bar .cb-policy:hover {
  background: #67C27D; }

