img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 0.5em;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.aligncenter {
  text-align: center;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: initial;
}
.node .content img.display,
.node-blog .node-content img {
  padding: 5px;
  border: 1px solid #ccc;
}
.node-blog .node-content p img {
  margin-top: 1em;
}

p.intro {
  font-size: 1.143em;
  line-height: 1.75;
  margin: 1.5em 0;
}

.section-gap {
  margin: 2.25em 0;
}
.section-gap-large {
  margin: 3em 0;
}
.section-gap-small {
  margin: 1.5em 0;
}

.wrappinglist { padding-left: 0; list-style-position: inside; }
.looselist li { margin-bottom: 0.5em; line-height: 1.5; }
.tightlist li { margin-bottom: 0; line-height: 1.2; }
/* TODO: Rework these em sizes as factors of 14px base text, which is the likeliest base size and will avoid awkward rounding */
.smallertext {font-size: .9em;}
.muchsmallertext {font-size: .8em;}
.verymuchsmallertext {font-size: .7em;}
.largertext {font-size: 1.1em;}
.muchlargertext {font-size: 1.2em;}
.verymuchlargertext {font-size: 1.3em;}

ul.displaylist {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  item-style: none;
  list-style: none;
}
