.external_article {
	border: 1px outset grey;
  padding: 25px;
  margin: 25px;
   border-style:solid dotted solid dotted;
  width:80%;
}
.external_article svg {
  width:20px;
}
.box-bordered {
	border: 5px solid green;
  padding: 25px;
  margin: 25px;
  width:90%;
}
.box-bordered-black {
	border: 2px solid black;
  padding: 12px;
  margin: 12px;
}
.box-bordered-black dl {
  margin-left: -8px;
}
.smaller_AHP {font-size:smaller;}
.footnotes_AHP {font-size:smaller;margin-left:30px;text-indent:-18px;}
.footnotes_fwline {padding-top: 4px;   margin-top: 4px;   border-top: solid 1px #000000;}
.twocolumn { column-count:2; }
.threecolumn { column-count:3; }
.indentblock { margin-left:15px; }
.indentjustify { text-indent:15px; text-align:justify;hyphens:manual; }
.Dropcap_AHP {   float: left;  width: 0.7em;  font-size: 400%; font-family: serif, courier; line-height: 85%; }
.bookpage_header { text-indent:0px; font-size:larger; }
@keyframes bg_highlight {
  from {background-color: SeaShell;}
  to {background-color: PowderBlue;}
}
.AHP_bg_highlight {
display: inline-block;
  animation-name: bg_highlight;
animation: bg_highlight 5s infinite;
 background-color: SeaShell;
}
.block-views-blockterms-on-reference-block-1.views-label {
	font-style: oblique;
	font-weight: bold;
}
.bold_labels_AHP.views-label {
	font-style: oblique;
	font-weight: bold;
}