div.col-md-9 h1:first-of-type {
  text-align: center;
  font-size: 60px;
  font-weight: 300;
}

div.col-md-9 h1:first-of-type .headerlink {
  display: none;
}

code.no-highlight {
  color: black;
}

/* Definition List styles */

dd {
  padding-left: 20px;
}

/* Center images*/

img.center {
  display: block;
  margin: 0 auto;
}