#cookies_message {
  background-color: rgba(225, 216, 220, 0.8);
  padding: 10px 0; 
  font-size: 11px;
  font-weight: bold;
  line-height: 22px; 
  text-align: center; 
  position: fixed; 
  bottom: 0px; 
  width: 100%;
  min-height: 25px; 
  z-index: 999;
  color: #202020;
  display: none;
  text-transform: uppercase;
}

#cookies_message p {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

#cookies_message #cookies_accept {
  background-color: #fff;
  border: 1px solid #be1523;
  color: #000;
  display: inline-block;  
  font-size: 12px;
  font-weight: normal;  
  line-height: 12px;
  letter-spacing: 1px;
  padding: 12px 15px;  
  transition: all 0.3s ease 0s;
  margin-left: 15px;
  text-transform: none;      
}

#cookies_message #cookies_accept:hover {
  color: #be1523;
}
