#cookieBanner {
  box-sizing: border-box;
  display: none;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  background: none repeat scroll 0 0 rgba(51, 51, 51, .95)!important;
  position: fixed;
  bottom: 0;
  color: #98AAAA;
  z-index: 1040
}

#cookieBanner p {
  margin: 0;
  text-align: center
}

#cookieBanner a,
#cookieBanner a:hover {
  color: #88c323;
  text-decoration: none
}

#cookieBannerClose {
  float: right;
  font-weight: 700;
  padding: 5px
}

#cookieBannerActions {
  text-align: center;
  padding-top: 4px
}