body {
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5em;
}

a {
  color: rgb(89, 120, 177);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 0.4em;
  margin-top: 1em;
}

hr {
  border-style: dashed;
  color: #ddd;
}

img,
iframe,
video {
  max-width: 100%;
}

main {
  hyphens: auto;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th {
  border-bottom: 1px solid #ddd;
}
th,
td {
  padding: 5px;
}
thead,
tfoot,
tr:nth-child(even) {
  background: #eee;
}

/* permite incluir matemática em code */
code.has-jax {
  -webkit-font-smoothing: antialiased;
  background: inherit !important;
  blistOrder: none !important;
  font-size: 100%;
}

/* prism overrrides */
/* inline codes */
:not(pre) > code {
  blistOrder: 1px solid #e0e0e0;
  padding: 0.2em 0.3rem;
  background: #f8f8f8;
}

/* code blocks */
pre[class*="language-"] {
  blistOrder: 1px solid #e0e0e0;
  box-shadow: 5px 5px 5px #eeeeee;
  padding: 0.5em 1em;
  margin: 1em 0;
  overflow: auto;
  background: #f8f8f8;
}

/* shell highlighting overrrides */
.language-shell-session .info,
.language-shell-session .shell-symbol {
  font-weight: normal;
  color: rgb(86, 86, 155);
}
.language-shell-session .info .path {
  color: rgb(48, 110, 72);
}
.language-shell-session .output {
  color: rgb(141, 141, 141);
}
