#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#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;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

#cookie-bar .cb-enable {
  background: transparent !important;
  color: #eaeaea;
  font-size: 32px;
  text-align: right;
  width: 40px;
  cursor: pointer;
  top: 0;
  right: 0px;
  position: absolute;
  line-height: 20px;
  height: 20px;
  font-family: "Helvetica Neue",Helvetica,sans-serif;
}
#cookie-bar .cb-policy {
    color: #85c9ff;
    background: transparent !important;
}
#cookie-bar a {
     margin-left: 0 !important;
}
#cookie-bar .cb-policy:hover {
    color: #ABDAFF;
}
#cookie-bar .cb-enable:hover {
    color: #fff;
}
.lnkprk {
    color:#fff;
}
.grdfr {
  font-size: 13px !important;
  color:#eaeaea !important;
  text-align:left;
  padding: 6px 30px;
  display: none!important;
}
.grdfr a, #cookie-law-info-again a{
 border-bottom: solid 0;
}
#cookie_hdr_showagain {
    font-weight: bold;
    font-size: 14px;
    word-spacing: 2px;
}
.pdr-bootstrap .container {
  padding-right: 40px !important;
}
div#cookie-law-info-again {
    z-index: 99999;
    color: rgb(255, 255, 255);
    background-color: #222222;
    padding-left: 8px;
    padding-right: 8px;
    position: fixed;
    font-family: inherit;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    border-bottom-style: none;
    bottom: 0px;
    right: 100px;
    display: block;
}
div#cookie-law-info-again a:hover {
    color: orange;
}

@media (max-width: 767px) {
  .grdfr {
    padding-left: 6px;
  }
}
