.keyword-hilight {
  color: #fd9800;
  font-weight: bold;
}

.ui-autocomplete {
  z-index: 9999;
  padding: 4px;
  border-radius: 0;
  border: 1px solid #eee;
}

#org-search-text {
    width: 250px;
    margin-top: 5px;
}

.ui-menu-item {
  background: #fff;
  font-family: 'Lato', 'Kanit', sans-serif;
  font-size: 12px;
  height: 80px;
}

.ui-widget-content > li {
  border: none;
}

.ui-widget-content > li > a:link {
  background: #fff;
  border: none;
  height: 80px;
  border-radius: 0;
}

.ui-widget-content > li > a:hover {
  background: #eee;
  border: none;
  height: 80px;
  border-radius: 0;
}

.table > tbody > tr > td {
  border-top: none!important;
}

.cs-h1 {
  font-size: 11px;
}

.cs-h3 {
  font-size: 10px;
  word-wrap: normal;
}
