/* Better styles for embedding GitHub Gists */
.gist {
  font-size: 13px;
  line-height: 18px;
  width: 53em;
}
.gist pre {
  font-family: Menlo, Monaco, 'Bitstream Vera Sans Mono', 'Courier New',
    monospace !important;
}
.gist-meta {
  font-family: Arial, sans-serif;
  font-size: 13px !important;
}
.gist-meta a {
  color: #3b5998 !important;
  font-weight: bold;
  text-decoration: none;
}
.gist-meta a:hover {
  text-decoration: underline;
}
