/* Cookie notification widget */
#cookie-notification.open {
  background: #627987;
  color: #ffffff;
  padding: 1.5em 1em 1em 1em;
  text-align: left;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#cookie-notification .inner {
  margin: 0 auto;
  overflow: hidden;
}
#cookie-notification .inner a {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-notification .inner strong {
  color: #ffffff;
}
@media only screen and (min-width: 750px) {
  #cookie-notification .inner {
    width: 750px;
  }
}
#cookie-notification h2 {
  font-weight: bold;
  margin: 0 1em 0 0;
  font-size: 1em;
  color: #FFF;
}
@media only screen and (min-width: 750px) {
  #cookie-notification h2 {
    float: left;
    text-align: right;
  }
}
#cookie-notification p {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 750px) {
  #cookie-notification p {
    width: 380px;
    float: left;
  }
}
#cookie-notification ul {
  color: #FFF;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
@media only screen and (min-width: 750px) {
  #cookie-notification ul {
    width: 220px;
    float: right;
  }
}
#cookie-notification li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#cookie-notification li a {
  color: #fff;
}
/* Cookie preference widget */
#cookie-widget fieldset {
  border: none;
  padding: 2em 1em 1em 1em;
  background: #EEE;
}
#cookie-widget legstart {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: 1.4em;
}
#cookie-widget label {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
  line-height: 1.5;
}
#cookie-widget ul {
  display: block;
  margin: 1em 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border-top: 1px dotted #999;
}
#cookie-widget ul ul {
  border: none;
}
#cookie-widget li {
  margin: 0;
  padding: 1em 1em 1em 3em;
  border-bottom: 1px dotted #999;
  position: relative;
  list-style: none;
  list-style-image: none;
}
#cookie-widget li li {
  border: none;
  padding: 0 0 0 1em;
}
#cookie-widget li input {
  position: absolute;
  top: 1.5em;
  left: 1em;
}
#cookie-widget .submit {
  text-align: right;
}
