#cookieChoiceInfo {
  line-height: 20px;
  padding: 7px !important;
  font-size: 12px;
  background: #f8f6de !important;
  border-bottom: 1px solid #f3e497;
  color: #5b5b5b;
  top: inherit !important;
  bottom: 0 !important;
}
#cookieChoiceInfo span, #cookieChoiceInfo a {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-family: "Arial", "sans-serif";
}
#cookieChoiceInfo span {
  display: inline;
}
#cookieChoiceInfo a {
  color: #2c6bb8;
}

#cookieChoiceDismiss {
  background: #00a651;
  color: white !important;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  margin: 0 0 0 10px !important;
}
#cookieChoiceDismiss:hover {
  background: #008442;
}