#levonasdiv {
    display: none;
}

#eltereswarn{
    background: #ff0000;
    margin: 10px;
    padding: 4px;
    color: white;
    display: none;
    font-size: 30px;
}

#zaromeres {
    background: lightslategray;
}

input[type=checkbox] {
    transform: scale(2);
    padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.form-check-label {
    /* Checkbox text */
    font-size: 120%;
    display: inline;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }