#eu-okno {
  color: white;
  background: black;
  font-size: 12px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px;
}

#eu-okno a {
  color: white;
  font-size: 12px;
}

#eu-okno input {
  border: 0;
  margin: 2px;
  padding: 4px;
  margin-top: 10px;
  font-size: 12px;
  cursor: pointer;
}

#eu-container {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000 !important;
  position: absolute;
}
table.cookie {
border: 1px solid #CCCCCC;
    border-collapse: collapse;
    margin: 0 0 21px;
    width: 100%;
}

table.cookie td, table.cookie th {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 18px;
    padding: 9px;
    text-align: left;
    }
