#cookie-options {
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10009;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  max-width: 1000px;
  right: 0;
  display: none;
  border-top-left-radius: 16px;
}

#cookie-options h1 {
  margin: 40px 40px 20px 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #000000;
  text-transform: none;
}

#cookie-options p {
  margin: 20px 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}

#cookie-options p a:visited,
#cookie-options p a {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}

#cookie-options p a:hover {
  text-decoration: underline;
}

#cookie-options .option {
  margin: 0 0 20px 40px;
  float: left;
  line-height: 24px;

  font-size: 18px;
  color: #555555;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

#cookie-options .option.obligatory {
  opacity: .5;
}

#cookie-options .option .select {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid #555555;
  float: left;
  margin: 0 15px 0 0;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

#cookie-options .option:hover .select {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#cookie-options .option .select span {
  display: none;
}

#cookie-options .option.obligatory .select,
#cookie-options .option .select.selected {
  background-color: #555555;
}

#cookie-options .option.obligatory .select span,
#cookie-options .option .select.selected span {
  display: inline;
}


#cookie-options button:hover {
  text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.5);
}

#cookie-options button.highlight:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  text-shadow: none;
}

#cookie-options button:focus {
  outline: none;
}

#cookie-options button {
  border: 0px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  float: right;
  margin: 30px 40px 30px 0;
  cursor: pointer;
  background: none;
  color: #999999;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

#cookie-options button.highlight {
  background-color: #002c71;
  color: #ffffff;
  border-radius: 10px;
}


/* clearfix */
.clearfix:after {			content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {					display: inline-block; }
html[xmlns] .clearfix {		display: block; }
* html .clearfix {			height: 1%; }
