/* Document CSS for Adams Papers */

/* ab */
.ADMS div.ab {
  /* ADMS uses <ab> for a lot of headings within documents */
  text-align: center;
}

.ADMS div.ab.docsub {
  /* not sure what 'docsub' type is, but it's there */
  margin-top: 1em;
}

/* addrLine*/
.ADMS p.addrLine {
  text-indent:0 !important;
}

/* dateline */
.ADMS div.dateline {
  /* dateline appearing outside of <opener> or <closer>, e.g. PJA02 */
  margin-top: 1em;
  text-align: right;
}

.ADMS div.floatingText h1, .ADMS div.floatingText h2 {
  font-size:1em;
  text-align:center;
  font-weight:normal;
  margin: 0 0 1ex 0;
}

/* ins */
#doc_text.ADMS ins {
    font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  color: inherit; 
}

#doc_text ins.ADMS.ed {
  background-color:inherit;
  font-style:italic;
}

/* note */

  /* 'alert' notes are specific to digital edition */
.ADMS div.note-alert {
  font-size:90%;
  padding: 1ex 5% 1em 5%;  
}

/* p */
.ADMS p.section {
  text-align:center; 
  margin-top: 1ex !important;
  font-weight:bold;
}

/* salute */
.ADMS div.closer p.salute {
  padding-right: 0;
  text-align: left;
}



/* following is used in newly encoded Rotunda volumes*/
div.translation {
   font-size:90%;
}

div.translation h2, div.translation h2 {
   font-size:120%;
   font-weight:normal;
   margin-bottom:0;
}

span.milestone {
    font-size:larger; color:gray;
}