#cookiePolicy {
  background: #363636;
  opacity:0.9;
  filter:alpha(opacity=90);
  color: white;
  display: none;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  position: fixed;
  text-align: left;
  bottom: 0px;
  width: 100%;
  z-index: 99998;
  text-align: center;
}

#cookiePolicyAccept {
  cursor: pointer;
  color: #fff;
  font-weight: bolder;
  margin: 0 10px;
}

@media all and (max-width: 480px) {
  #cookiePolicy {line-height: 24px; white-space: normal; height: 52px; padding-top: 8px;}
  #cookiePolicyAccept {}
}