.notebook {
  text-align: center;
  margin: 0px 0px 1em 0px;
  padding: 5px 0px 5px 0px;
  border: 1px solid #ddd;
  background:#f8f8f8;
  border-radius: 2px;
}

.notebook > p > a {
  text-decoration: none;
}

.notebook > p {
  display: inline;
}

.svg-inline {
  height: 1em;
  margin-right: 0.5em;
  margin-bottom: -1px;
}