.search{
	margin-bottom: 2%;
	padding: 1px 5px;
	border-left: 5px solid #000;
	border-top:1px solid #CCC;
	border-right: 5px solid #000;
	border-bottom:1px solid #CCC;
  background: #f4f4f4;
}
.search_item {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.search_item.is-active {
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 0px gray;
}
.is-hide {
  display: none;
}
