#cookiewarning {
  position: fixed;
left: 0px;
right: 0px;
height: auto;
min-height: 21px;
z-index: 2147483647;
background: rgb(238, 238, 238);
color: rgb(51, 51, 51);
line-height: 21px;
padding: 8px 18px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
text-align: center;
bottom: -20px;
opacity: 1;
}

#cookiewarning p {
    color:#000;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    float: left;
    padding-right: 100px;
    margin-top: 5px;
}

#cookiewarning.expand {
    max-height:500px;
}

#cookiewarning a {
    color: rgb(49, 168, 240);
    text-decoration: none;
    font-size: 100%;
}


#cookiewarning .warningtext {
    color: #FFF;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

#cookiewarning .pull-right {
    position: absolute;
    right: 20px;
}

#cookiewarning .btn {
  float: right;
  display: block;
  padding: 5px 8px;
  min-width: 100px;
  margin-left: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(0, 0, 0);
  background: rgb(241, 214, 0);
  text-align: center;
  font-family: verdana, arial, sans-serif;
  }

  #cookiewarning .btn:hover {
    color: #3cb0fd;
    text-decoration: none;
  }
