#optout-form {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #000;
}
label strong {
  margin-left: 10px;
  cursor: pointer;
}

#bannerbackground {
}

.cookiesBanner {
  width: 100%;
  background-color: rgba(0,0,0);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10000;
}
#status {
  color: #fff;
}
.matomoButtons {
  margin-top: 20px;

}
.matomoButton {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  margin: 0 10px;
}