#header-search {
  position: relative;
}
#header-search-search-input {
  width: 100%;
  text-shadow: 0 -2px 6px #d5d5d5 inset;
}
#header-search-result {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 8px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px #a2a2a2;
}
#header-search-result:empty {
  display: none;
}
#header-search-result table tr td a.section {
  color: #174f76;
}
#header-search-result a:hover {
  color: #ff8916;
}
#header-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 4px;
  width: 3em;
  height: 26px;
  border-radius: 2px;
  text-align: center;
}
#header-search button i {
  display: inline-block;
  color: white;
  position: relative;
  top: -2px;
}

/*# sourceMappingURL=style.css.map */
