.result-item{
  padding: 10px;
}
.results-title{
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}
.result-type{
  color: #2069C0;
  font-family: 'Poppins-Bold';
  font-size:12px;
  line-height: 15px;
}
.result-title{
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins';
}
.result-title a{
  color: #333333 !important;
  display: block;
}
mark{
  background: none;
  color: black;
  font-weight: 700;
  font-family: 'Poppins-Bold';
}
.ui-widget-content{
  max-width: 100%;
}
