#navbar {
  background: yellow;
  color: black;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: black;
}

#navbar-search {
  position: absolute;
  right: 1em;
}

#searchbox {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: thin;
  border-color: gray;
  padding: 10px;
  margin: 10px;
}

img.noborder {
  border: none;
}

div.center {
  text-align: center;
}

address {
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: black;
  padding-top: 0.5em;
}
