* { box-sizing: border-box; }
body { margin: 0; }


#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 5px 5px;
  display: flex;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.5);
}
#cookit label {
    color: #fff;
}
#cookit a {
    color: #fff;
    font-weight: bold;
}
#cookit a:hover {
  color: #fd7e14 !important;
  font-weight: bold;
}
#cookit span {
    color: #fff;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
  width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: center;
  margin: auto;
}

#cookit #cookit-container > * { margin: 10px 4px 10px 4px;}
#cookit #cookit-container p { line-height: 18px; margin-left: 20px;}
#cookit #cookit-container a { text-decoration: none; }

#cookit #cookit-container #cookit-button {
  border-radius: 4px;
  text-align: center;
}
