#search {
  display: block;
  width: 677px;
  text-align: right;
  margin: 1em 0 0 0;
}
#search input[type=text] {
  margin: 0;
  width: 100%;
  font-size: large;
}
#search span {
  display: inline-block;
  width: 100%;
  text-align: left;
}

#artists h4 {
  border-bottom: solid 1px darkgrey;
  cursor: pointer;
}
#artists .artist_works h4 {
  border: none;
}

#artists, #work_names, #work_numbers {
  text-align: left;
}

a:link {
  text-decoration: none;
}

.artist_works {
  width: 695px;
  margin: 5px 0 0.5em 0;
}

.artist_works > .item_list > span.annotation {
  display: block;
  margin: 0 10px 8px 0;
  font-weight: bold;
  background-color: #f0f0f0;
}
.artist_works > .item_list > span.close {
  margin: 0 10px 0 0;
}
.artist_works > .item_list > span.close {
  text-align: center;
  cursor: pointer;
}

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