
#cookieAvert {
  height: auto;
  width: 100%;
  bottom: 0px;
  background-color: #c53004;
  margin: 0;
  padding: 0;
  z-index: 200;
  left: 0;
  text-align: center;
  position: fixed;
}

#popup-text {
  margin: 20px;
  margin-left: 5%;
  color: #fff;
  float: left;
  max-width: 50%;
}

#popup-text p {
  line-height:1.4;
  text-align: left;
}

#popup-text a {
  color: #FFF;
  font-weight: bold;
}

#popup-buttons {
  position: absolute;
  top: 20%;
  right: 150px;
  float: right;
  margin: 0 0 1em 0;
  max-width: 40%;
  text-align: left;
}

#popup-buttons button {
  margin: 0 5px 5px 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 9px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0;
  -webkit-box-shadow: inset 0 0;
  box-shadow: inset 0 0;
  text-shadow: 0 0 transparent;
  color: #c53004;
}
