#cookiedingsbums a {
  color: #fff;
  text-decoration: none;
}
#cookiedingsbums a:hover {
  text-decoration: underline;
}
#cookiedingsbums div {
  padding: 20px;
}
#cookiedingsbums {
  text-align: right;
  background: #222;
  position: fixed;
  bottom: 0px;
  z-index: 20000;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
#cookiedingsbumsCloser {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  color: red;
}
#cookiedingsbumsCloser:hover {}