/* COOKIE CONSENT */
#cookieconsent {
  position: fixed;
  bottom: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  border-bottom: #000;
  color: #ccc;
  font-size: 10px;
  text-align: center;
  z-index: 300000;
  background: #000;
  opacity: 0.8; }
  #cookieconsent div {
    position: absolute;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    z-index: -1; }
  #cookieconsent button {
    display: inline-block;
    background: #FFF;
    padding: auto 10px;
    margin-left: 20px;
    border: none; }
  #cookieconsent a {
    display: inline-block;
    padding-left: 10px;
    color: #ddd;
    text-decoration: none; }
    #cookieconsent a:active, #cookieconsent a:hover {
      color: #FFF; }

/*# sourceMappingURL=cookieconsent.css.map */
