/* 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 {
  float: left;
  width: 460px;
  line-height: 1.24;
  color: #BEBEBE;
  margin-left: 20px;
  font-size: 12px;
}

/* set the css for the ul that contains the continue link */
#cookienote-container ul {
  /*
  position: absolute;
  left: 600px;
  */
  font-weight:bold;
  list-style-type: none;
}

#cookienote-container ul #cookienote-continue button {
  padding: 0 0 0 24px;
  background-position: 0 -251px;
  color: #F6A21D;
  font-size: 1.2em;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

#cookienote-container #cookienote-policy a {
  float: right;
  color: #F6A21D;
  font-size: 0.6em;
}


/*CUSTOM*/
#cookienote-container {width: 1170px;}
#cookienote-container p {width: 100%; margin: 20px 0; float: none; color: #eee;}

#cookienote-container ul#continue-list {float: right; list-style: none; margin: -5px 0 0 10px; padding: 0;}
#cookienote-container ul#continue-list li {float: left; margin-right: 10px;}

#cookienote-container ul#continue-list li#cookienote-continue button {background-color: #FFD20A; color: #000; padding: 2px; font-size: 12px; font-family: Arial, sans-serif; text-transform: uppercase; font-weight: bold;}
#cookienote-container ul#continue-list li#cookienote-policy {margin-top: 5px;}
#cookienote-container ul#continue-list li#cookienote-policy a {color: #FFD20A; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; text-transform: uppercase;}

#cookienote-container ul#continue-list li#cookienote-continue button {
	padding: 0.5em 1.2em 0.5em 0.8em;
    background: -webkit-linear-gradient(225deg, transparent 7px, #FFD20A 7px);
    background: -moz-linear-gradient(225deg, transparent 7px, #FFD20A 7px);
    background: -o-linear-gradient(225deg, transparent 7px, #FFD20A 7px);
    background: linear-gradient(-135deg, transparent 7px, #FFD20A 7px);
}
