@import "../../css/common.css";

/* added for links to special-page */

.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 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;
}

#main .magazine {
  font-style: italic;
}

#webservices ul {
  font-size: 80%;
  list-style-type: none;
  text-align: right;
}

#webservices ul li {
  list-style-type: none;
  display: inline;
  margin-right: 2em;
}

#webservices a {
  text-decoration: none;
}

#webservices a img {
  border: none;
  padding-right: .5em;
}

#fresheyepedia {
  clear: both;
}

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