@import "twocolumn";

/* The following is not standard yet: */

#digest, .section, .banner, .endmatter, blockquote.note {
  margin-bottom: 1.3em;
  border: none;
  border-radius: 0.65em;
  -moz-border-radius: 0.65em;
  -webkit-border-radius: 0.65em;
  box-shadow: 0 0.3em 0.4em hsla(0, 0%, 20%, 0.5);
  -webkit-box-shadow: 0 0.3em 0.4em hsla(0, 0%, 20%, 0.5);
}
.endmatter:before, .banner:before {
  border-radius: 0.65em 0.65em 0 0;
  -moz-border-radius: 0.65em 0.65em 0 0;
  -webkit-border-radius: 0.65em 0.65em 0 0;
}
#digest .section {box-shadow: none; -webkit-box-shadow: none}
h2 {padding-bottom: 0.2em; border-bottom: thin solid #9BC; margin-bottom: 0.2em}

blockquote.note {
  box-shadow: inset 0 0.3em 0.4em hsla(0, 0%, 20%, 0.5);
  -webkit-box-shadow: inset 0 0.3em 0.4em hsla(0, 0%, 20%, 0.5);
}
