p {
  margin: 0;
  text-indent: 1.3em;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
ul + p, ol + p, blockquote + p {
  text-indent: 0;
}
.important + p, table + p {
  text-indent: 0;
  margin-top: 0.8em;
}