/* set the css for the container */
#cookienote-container {
  color: #ffffff;
  font-family: Arial, sans-serif;
  width: 800px;
  position: relative;
  margin: 0 auto;
}

 /* set the css for the h2 header text */
#cookienote-container h2 {
  font-size: 18px;
  float: left;
  text-align: right;
  width: 140px;
  font-weight: bold;
  line-height: 1.12;
}    

/* set the paragraph text for your explaination */
#cookienote-container p {
  
  width: 80%;
  float: left;
  line-height: 1.24;
  color: #BEBEBE;
  margin: 20px 10px 8px 10px;
  font-size: 14px;
}

/* set the css for the ul that contains the continue link */

#cookienote-container ul {
 	margin:20px 10px 8px 10px;
  float:right;
  font-weight:bold;
  list-style-type: none;
}

#cookienote-container ul #cookienote-continue button {
  padding: 4px 10px;
  background-position: 0 -251px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight:normal; 
  font-size:20px; 
  color:#AE9125; 
  background: #E8EAD5;
}

#cookienote-container #cookienote-policy a {
  float: right;
  color: #CEB974;
  font-size: 0.6em;
}

#cookie-notice{position: relative !important}