body {
  background-attachment: fixed;
  background-size: contain;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

nav {
  margin: 16px 0px;
  font-size: 13pt;
}

table table {
  font-family: Arial, sans-serif;
  font-size: 11pt;
}

.directory-home table table td:nth-child(2),
.directory-pdses table table td:nth-child(2) {
  font-size: 12pt;
}

.directory-pdses table table tr {
  height: 46px;
}

.more {
  text-align: center;
  padding: 16px 0px;
}

.header-info {
  width: 500px;
  line-height: 145%;
}

#back {
  position: absolute;
  top: 40px;
  left: 30px;
}

#back a img {
  border-color: #888;
}

#back a img:hover {
  border-width: 2px;
  border-color: #666;
  margin-left: -1px;
  margin-top: -1px;
}

.sort {
  background-color: white;
  font-size: 12pt;
  display: inline-block;
  padding: 15px 20px;
  border: 3px ridge #888;
}

.legend {
  line-height: 30px;
}

.symbol {
  margin-left: 2px;
  cursor: default;
  line-height: 24px;
}
