.papersIndex {
  margin-top: 20px;
}

.papersSub li {
  list-style: none;
}

div.papersFeatured {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  color: #000;
  border: 1px solid #666666;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  height: auto;
  float: left;
  z-index: 5;
  width: 95%;
}

/** add a "Revised [month year]." note when entering textual changes resulting from errata **/

div.papersHead {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

div.papersDateline {
  float: right;
  display: block;
}

div.papersSalutation {
  font-variant: small-caps;
  float: left;
  display: block;
}

div.papersDocbody {
  clear: both;
}

p.papersPara {
  text-indent: 1em;
}

div.papersSignature {
  font-variant: small-caps;
  float: right;
}

div.papersAnnotation {
  font-size: 0.8em;
}

span.papersSmallcaps {
  font-variant: small-caps;
}

span.sup {
  vertical-align: super;
  font-size: small;
}

span.supTextnote {
  vertical-align: super;
  font-size: medium;
}

span.papersAdd {
  color: #008000
}

span.papersDelete {
  color: #ff0000;
  text-decoration: line-through;
}

/** printed documents should follow Print style, no add or delete -- Family letters do have add and delete but should avoid textnotes that duplicate that information **/