@import url(../../css/common.css);
@import url(/css/lightbox.css);

.special-link {
  padding-top: 1em;
  font-weight: bold;
}

.description-table {
  margin: 1em;
}

.description-table table caption {
  font-weight: bold;
  text-align: left;
  padding-bottom: .2em;
}

.description-table table {
  border: 1px solid #999;
  border-collapse: collapse;
}

.description-table th, .description-table td {
  border: 1px solid #999;
  padding: 2px 5px;
}

.description-table p.notes {
  font-size: small;
}

#article h3 {
  clear: right;
}

#article h3.floating {
  clear: none;
}

#article ul {
  margin-bottom: 1em !important;
}

#article .image a img {
  border-style: solid;
  border-width: 3px;
}

#article .image a:link img, #article .image a:visited img {
  border-color: #fff;
}

#article .image a:hover img, #article .image a:active img {
  border-color: #f99;
}

#article #toc {
  background: #fffcff;
  line-height: 1.6;
  text-align: center;
  text-indent: 0;
  padding: 1em;
  border: solid 2px #fcf;
  margin-right: 280px;
}

#article #supplement p {
  text-indent: 0;
  margin-left: 1em; margin-right: 1em;
}

#article dl.event ul {
  padding-left: 1em;
  margin-left: 0;
}

#fresheyepedia {
  clear: both;
  margin-top: 1.2em;
}

@media print {
  #fresheyepedia {
    display: none;
  }
}

#article ul.image_gallery {
  padding: 0;
  margin: .4em;
  list-style: none;
}

#article ul.image_gallery li {
  display: inline;
  margin-right: 1px;
}

#article ul.image_gallery img {
  padding: 1px;
  border: solid 3px #ddd;
}

#article ul.image_gallery a:hover img,
#article ul.image_gallery a:active img {
  border-color: #f99;
}
