#button{	
  display: inline-block; 
  float: right; 
  font-family: 'Tahoma' !important; 	
  text-transform: uppercase;  
  color: #000; 	
  font-size: 0.9em; 	
  cursor: pointer; 
  background: white;
  padding: 6px 25px;
  text-align: center;
  border-radius: 25px;
  font-weight: bold;  
}  

#button div { 	
  width: 24px; 	
  height: 24px; 	
  float: left; 	
  margin-right: 3px; 	
  transition: 1s; 	
  -o-transition: 1s; 	
  -ms-transition: 1s; 	
  -webkit-transition: 1s; 	
  -moz-transition: 1s;	
  cursor:pointer; 
}  

#button:hover div { 	
  transition: 1s;	
  -o-transition: 1s;	
  -ms-transition: 1s;	
  -webkit-transition: 1s; 	
  -moz-transition: 1s;	
  cursor: pointer; 
}  

#cookie_show_info {	
  background-color: #000000; 	
  position: fixed; 	
  opacity: 0.9;	
  bottom: 0px; 
  left: 0px; 	
  width: 100%; 	
  z-index: 1003;	
  display: none; 
  width: 100%; 
}  

#cookie_panel { 
  color: #FFFFFF; 
  font-family: 'Tahoma' !important;	
  width: 980px; 	
  padding: 3px 12px; 	
  margin:0 auto; 	
  font-size:12px; 
}  

#cookie_lnk { 	
  color: #FFFFFF; 	
  text-decoration: underline;
} 

#cookie_button_approve { 	
  float: right; 
  margin: 20px 10px 5px 5px;
} 

#cookie_head {
  font-size: 15px; 
  font-weight: bold; 
  display: inline-block; 
  margin-right: 40px; 
  margin-left: 60px; 
  float: left; 
  width: 200px; 
  margin-top: 10px;
}

#cookie_body {
  width: 635px; 
  display: inline-block; 
  font-size: 15px; 
  margin-top: 10px;
}