
 .box-cookie {
  background:#eee; z-index:1000; position: fixed; bottom:0; left:0; width: 100%; min-height:70px; opacity:0.9; -moz-opacity:0.9; -webkit-opacity:0.9; filter:alpha(opacity=90);
 }
 .box-cookie3 {
  font-size:0.95em; color:#000; clear:both; width:98%; margin:0 auto; line-height:1.3em; margin-top:15px;
 }
 .box-cookie1 {
  clear:both; border:0px solid red; color:#000; font-size:0.95em; line-height:1.2em; padding-left:5px; padding-right:5px;
 }
 .box-cookie2 {
  clear:both; float:right; border:0px solid red; margin-top:20px; margin-bottom:10px;
 }
  a.cookie-button {
   padding: 4px 8px; margin-right:5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-color: #72b6fd;
 font-size:1.0em;
   color: #fff; font-style:normal;
   text-decoration: none;
   -webkit-transition: 0.25s;
   -moz-transition: 0.25s;
   transition: 0.25s;
 }

 a.cookie-button:hover {
   background-color: #3399ff;
   color: #111;
   -webkit-transition: 0.25s;
   -moz-transition: 0.25s;
   transition: 0.25s;
 }