.cover p { /* 'watermark' cover pictures */
position: absolute;
top: 70px;
left: 150px;
opacity: 0.5; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
}

.noresize img {
    display: block;
    width: auto;
    margin-left: 5px;
    margin-right: auto;
}

.search_item {
    padding-top: .25rem;  /* tachyon pv1 */
    padding-bottom: .25rem;  /* tachyon pv1 */
    padding-left: 2rem; /* tachyon ph4 */
    padding-right: 2rem;  /* tachyon ph4 */
    border-bottom-style: solid;  /* tachyon .bb */
    border-bottom-width: 1px;  /* tachyon .bb */
    border-color: #aaa;  /* tachyon .b--light-silver */
}

.text-color {
    color: #111111;
}

a .summary, a:hover .summary {
    color: #111111;
    text-decoration: none;
}
/* fix iOS android's desire to make links blue */
a:-webkit-any-link .summary {
    color: #111111;
    text-decoration: none;
}
a:-moz-any-link .summary {
    color: #111111;
    text-decoration: none;
}
a:any-link .summary {
    color: #111111;
    text-decoration: none;
}

table {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, .2);
}
table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, .1);
}
td {
  padding: 5px;
}

/* Make a font family as described
   http://markdotto.com/2018/02/07/github-system-fonts/
*/
.system {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
  Helvetica, Arial, sans-serif,
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
