#cookieconsent {
      display:none;
      clear:both;
      z-index:100;
      position:absolute;
}

#cookierow, #cookietext {
      float:left;
}

#cookierow {
      padding:15px;
}

#cookietext {
      width:90%;
}

#cookieaccept {
      float:right;
      width:10%;
      text-align:right;
}

#cookieconsent {
      color:#fff;
}
#cookieconsent a.cookielink, #cookieconsent a.cookielink:visited {
 color: #fff;
 text-decoration: underline;
}

#cookieconsent a:hover, #cookieaccept a:hover {
      cursor: pointer;
}
            
#cookieconsent, #cookierow, #cookietext, #cookieaccept {
      background-color: #414141;
}
