datalist {
    position: absolute;
    background-color: white;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 300px;
    padding: 5px;
    max-height: 10rem;
    overflow-y: auto;
    box-shadow: 0 5px 10px #b0b0b5;
	z-index: 10;
}

option {
    background-color: white;
    padding: 4px;
    margin-bottom: 1px;
    font-size: 18px;
    cursor: pointer;
}

option:hover {
    background-color: #009aff21;
}

fieldset {
  border: none;
  border-radius: 5px;
  width: 300px;
  text-align: left;
  position: relative;
}

#input {
    margin: 0;
}