@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif,serif');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC');



div.highlight {
}


div.highlight code {
	font-size: 100%;
    font: 14px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	-ms-hyphens: none;
}

code:not([class]) {
	font-size: 95%;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
    background-color: #eee;
    padding:0 3px 0 3px;
    font: 14px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}

kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 12px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    line-height: 10px;
    color: #444d56;
    vertical-align: middle;
    background-color: #fafbfc;
    border-bottom-color: var(--color-border-tertiary);
    border: 1px solid #d1d5da;
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 #d1d5da;
}

pre {
  font-size: .8rem;
  background: #f5f7f9;
  background-color: rgb(245, 247, 249);
  padding: 1em;
  margin-bottom: 20px;
  vertical-align: text-bottom;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  box-shadow: 1px 2px 3px rgba(68,68,68,.3);
  border: .5px solid #ccc;
  border-radius: 4px;
}
