﻿#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  color: #fff;
  padding: 16px;
  z-index: 99999;
  border-top: 1px solid white;
}
#cookie-consent h1 {
  font-size: medium;
  color: white;
  font-weight: bold;
}
#cookie-consent a {
  color: #4da3ff;
  text-decoration: underline;
}
#cookie-consent button {
  border: 1px solid silver;
  border-radius: 5px;
  background-color: #991111;
  padding: 5px;
}
#cookie-preferences-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  padding: 8px 16px;
  z-index: 99998;
  font-size: 14px;
  display: none;
  width: 300px;
}
#cookie-preferences-bar button {
  border: 1px solid black;
  border-radius: 5px;
  background-color: #991111;
  padding: 5px;
}