#preview, #article {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 1rem;
}
#preview a, #article a {
  text-decoration: none !important;
  color: #e6af67 !important;
}
#preview a:hover, #article a:hover {
  color: rgba(230, 175, 103, 0.66) !important;
  cursor: pointer !important;
}
#preview p, #preview ul, #preview ol, #article p, #article ul, #article ol {
  margin-bottom: 1rem;
  line-height: 1rem;
}
#preview ul, #preview ol, #article ul, #article ol {
  padding-left: 2rem;
  margin-top: 0.5rem;
}
#preview li, #article li {
  padding-bottom: 0.5rem;
}
#preview iframe, #article iframe {
  max-width: 100%;
  display: block;
  margin: 1rem auto;
}
#preview img, #article img {
  max-width: 100%;
  display: block;
  margin: 1rem 0;
}
#preview h1, #preview h2, #preview h3, #article h1, #article h2, #article h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#preview blockquote, #article blockquote {
  border-left: 3px #555 solid;
  padding-left: 1rem;
  margin-left: 1rem;
}
#preview table, #article table {
  width: 100%;
  border-collapse: collapse;
}
#preview thead, #article thead {
  background-color: rgba(230, 175, 103, 0.56);
}
#preview th, #article th {
  text-align: left;
  padding: 1rem;
  font-size: 0.85rem;
}
#preview tr, #article tr {
  text-align: left;
  padding: 1rem;
}
#preview tr:nth-child(even), #article tr:nth-child(even) {
  background-color: #333;
}
#preview td, #article td {
  text-align: left;
  padding: 1rem;
  font-size: 0.85rem;
  border: 1px #555 solid;
}

/*# sourceMappingURL=content.css.map */
