#codigo {
	width: 50%;
	font-size: 1em;
}
#keyword {
	width: 80%;
	font-size: 1em;
}
@media (max-width: 767px) {
  #codigo,
  #keyword
  {
	width: 100% !important;
  }
  #results
  {
	width: 90% !important;
  }
}
@media (max-width: 480px) {
  #results
  {
	width: 90% !important;
  }
}
#results {
  	display: none;
	width: 76%;
	position: absolute;
	border: 1px solid #c0c0c0;
	background: #efefef;
}
#results .item {
	padding: 3px;
	font-family: Helvetica;
	border-bottom: 1px solid #c0c0c0;
}

#results .item:last-child {
	border-bottom: 0px;
}

#results .item:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
