
  border-bottom: 1px solid #ff3f3f;
  color: #fff;
  cursor: pointer;
}
#cookies span a:hover {
  border-bottom: none;
  color: #ff3f3f;
}
.hide--first > *:first-child {
  display: none;
}
.hide--second > *:last-child {
  display: none;
}
.hide--all, .hide--first {
  display: none !important;
}
.message {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  padding: 0 2%;
  float: left;
  background: #eee;
}
.message:last-of-type {
  float: right;
}
.cclose {
  line-height: 1.5;
  padding: 1px;
  cursor: pointer;
  outline: none;
  border: none;
  letter-spacing: 0.5px;
  min-width: 90px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  color: rgb(58, 58, 58);
  font-size: 14px;
  font-family: Helvetica;
  opacity: 1;
}
p.info {
  font-size: 19px;
  margin-bottom: 50px;
  text-align: center;
}
p.info span {  color: #666 }
footer:before{
  content: "";
  display: table;
  clear: both;
}
#cookies .message {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 0 20%;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
  padding-top: 10px;
}
#cookies .message p {
    font-size: 13px;
}

