/* Glyph, by Harry Roberts */
/*   adopted for css-tricks dot com    */
hr.glyph {
  overflow: visible;
  border: none;
  border-top: medium double #000;
  color: #00;
  text-align: center;
  display: block;
  padding: 0;
  margin: 35px 0 !important;
}

hr.glyph:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.9em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
  opacity: 0.6;
}
