.cookie-disclaimer{
  width:100%;
  background-color:#333;
  color:#fff;
  padding:8px 0;
  font-size:13px;
  line-height:16px;
  position:fixed;
  z-index:999999999999;
  bottom:0;
  left:0;
  right:0;
  display:none;
  font-family:arial,sans-serif;
}

.cookie-container{
  margin:0 1%;
}

.cookie-disclaimer .cookie-text{
  width:90%;
  float:left;
  
}

.cookie-disclaimer .cookie-text a{
  border-bottom:none;
  color:#eee;
  font-weight:bold;
}

.cookie-disclaimer .cookie-close{
   display:block;
   float:right;
   
   
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   width:14px;
   height:14px;
   background-color:#fefefe;
   color:#222;
   font-size:14px;
   line-height:14px;
   text-align:center;
   font-weight:bold;
   cursor:pointer;
}

.cookie-clear-both{
  clear:both;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}