#wrapperGlosarioEmpreendedores {
  width: 620px;
  height: 300px;
  overflow: hidden;
  background: url("../images/fundo.png") no-repeat top left;
}

#searchField {
	position: relative;
  top: 100px;
  left: 100px;
  width: 360px;
}

.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

#tags{
  width: 200px;
  margin-left: 100px;
  padding-left: 10px;
  font-size: 16px;
  background-color: #1f577f;
  border: 2px solid white;
  color: white;
  height: 30px;
}

#btnZerar {
	cursor: pointer;
}

p#definicao{
  text-align: center;
  margin-top: 110px;
  color: white;
  padding: 10px 50px 0 50px;
}