#cookie-msg.cookie-msg {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index: 999 !important;
  background-color:rgba(0,0,0,0.85);
  font-size:12px;
  border-top: 1px solid #DDD;
  padding-bottom:10px;
}
#cookie-msg #container-cookie {
  padding:10px;
  margin:0 auto;
  width: auto;
}
#cookie-msg #container-cookie #cookie_txt {
  color:#DDD;
  line-height:1.5em;
  width: 80%;
  float: left;
  padding-right:10px;
}
#cookie-msg #container-cookie #cookie_txt a {
  color:#ccc;
  text-decoration:underline;
}
#cookie-msg #container-cookie #cookie_txt a:hover {
  color:#00A1FF;
}
#cookie-msg #container-cookie #pulse {
  float:left;
  width:60px;
  text-align:center;
  font-weight:bold;
}
#cookie-msg #container-cookie #pulse .cookie_ok_btn {
  cursor:pointer;
  background:#eee;
  text-align:center;
  text-decoration:none !important;
  width:40px;
  padding:5px 8px;
  color:#333;
  font-weight:900;
  margin: 0 auto;
  display:block;
}
#cookie-msg #container-cookie #pulse .cookie_ok_btn:hover {
  background:#00A1FF;
  color:#fff;
  text-decoration:none !important;
}
@media screen and (min-width: 769px) {
  #cookie-msg #container-cookie {
    width:700px;
  }
  #cookie-msg #container-cookie #cookie_txt {
    width:620px;
    margin: auto;
    line-height: 30px;
  }
}