#eu-okno {
  color: white;
  background: #666666;
  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;
}

#eu-container {
  width: 100%;
  z-index: 1000 !important;
  position: absolute;
}