input#query {
  width: 100%;
  border-bottom: 2px #50d2c2 solid;
  border-top: 2px #50d2c2 solid;
  border-left: 2px #50d2c2 solid;
  padding: 5px;
  padding-right: 24px;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color        : #4e4e4e;
  font-family  : system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.row{
  margin: 16px;
}

li.ui-menu-item:nth-child(odd){
  background: #f9f9f9;
}

/* clear button */
#searchclear {
  position: absolute;
  visibility: hidden;
  right: 5px;
  top: 10px;
  color: #ccc;
}
