@import "../../css/common.css";
@import "/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 #supplement p {
  text-indent: 0;
  margin-left: 1em; margin-right: 1em;
}

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

#fresheyepedia {
  clear: both;
}

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