.search-results-list {
  border-collapse: collapse;
}

.search-results-list td {
  padding: 5px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

#search_container { 
  margin: 0 0.7em 0 0.7em; 
}

#search_container p { 
  margin: 0.5em 0.7em 0.7em 0em; 
}

span.match {
  background: yellow;
  font-weight: bold;
}

#search-table {
  font-size: 0.9em;
}

#search-table th {
  background: #eef; padding: 0.2em 0.5em;
}

#search-table th a {
  color: #66c;
}

#search-table td {
  padding: 0 0.5em;
}

