@charset 'utf-8';
/**
 *  Textretty.css
 *
 *  @author:  Eltrac
 *  @license: MIT
 *  @repo:    https://github.com/BigCoke233/textretty.css
 */

/* 
 * Container 
 */

.textretty {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #24292e;
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 16px;
  word-wrap: break-word;
  box-sizing: border-box;
  font-weight: 400
}

.textretty * {
  box-sizing: border-box;
}

[class*="textretty-container"] {
  margin: 0 auto;
  padding: 2em;
}

.textretty-container {
  max-width: 850px;
}

.textretty-container-slim {
  max-width: 700px
}

.textretty-container-wide {
  max-width: 1000px
}

/*
 * Sections
 */

.textretty header {
  text-align: center
}
.textretty header h1,
.textretty header p {
  line-height: 1;
  margin: 1.25rem 0;
}
.textretty header h1 {
  font-size: 2.5rem;
  font-size: 800;
}
.textretty header p {
  color: #666;
}

.textretty footer {
  color: #999;
  border-top: 1px solid #dfdfdf;
  font-size: 0.9rem
}

.textretty section,
.textretty article {
  margin: 1.5rem 0
}

/*
 * Content
 */
 
/* Anchor Links */
.textretty a {
  text-decoration: underline;
  text-decoration-line: underline;
  text-underline-offset: .28rem;
  text-decoration-thickness: 1px;
  color: #707274;
  transition: opacity .3s
}

.textretty a:hover {
  opacity: 0.65;
}

/* Emphasize */
.textretty strong {
  font-weight: 700;
}

/* Headings */
.textretty h1,
.textretty h2,
.textretty h3,
.textretty h4,
.textretty h5,
.textretty h6 {
  font-weight: 600;
  margin: .75rem 0;
  margin-top: 1rem
}

.textretty h2 {
  font-size: 1.6rem;
}

.textretty h3 {
  font-size: 1.35rem;
}

.textretty h4 {
  font-size: 1.15rem;
}

.textretty h5 {
  font-size: 1.05rem;
}

.textretty h6 {
  font-size: 1rem;
  color: #6a737d;
}

/* Image */
.textretty img:not(.inline-image, .inline-image img) {
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.textretty figure {
  width: 100%;
  margin: 0;
  padding: 0
}

.textretty figure figcaption {
  font-weight: 350;
  font-size: .9rem;
  text-align: center;
  line-height: 2.5
}

/* Code */
.textretty code,
.textretty kbd,
.textretty pre {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
  font-size: .75rem;
  background-color: #f6f8fa;
}

.textretty pre {
  margin-bottom: 0;
  margin-top: 0;
  word-wrap: normal;
  border-radius: 2px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
}

.textretty code {
  color: #666;
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .1rem .25rem;
}

.textretty pre>code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  word-wrap: normal;
  max-height: 80vh;
  color: #24292e
}

.textretty pre::-webkit-scrollbar {
	height: 3px;
	width: 3px;
	border-radius: 2px
}

.textretty pre::-webkit-scrollbar-thumb {
	background: rgb(200,200,200);
	border-radius: 2px
}

.textretty pre::-webkit-scrollbar-button {
	display: none;
}

.textretty kbd {
  background-color: #fafbfc;
  border-radius: 3px;
  color: #444d56;
  display: inline-block;
  font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  box-shadow: inset 0 -1px 0 #959da5;
  vertical-align: middle;
}

/* Divider */
.textretty hr {
  box-sizing: content-box;
  border: 0;
  overflow: hidden;
  background-color: #e1e4e8;
  height: .2em;
  margin: 40px auto;
  width: 200px;
  padding: 0;
}

.textretty hr:before {
  content: "";
  display: table;
}

.textretty hr:after {
  clear: both;
  content: "";
  display: table;
}

/* Table */
.textretty table {
  border-spacing: 0;
  overflow: auto;
  margin: 0;
  border: 1px solid #dfe2e5;
}

.textretty td,
.textretty th {
  padding: 0;
}

.textretty table th {
  font-weight: 600;
  background: #fff;
}

.textretty table td,
.textretty table th {
  padding: 6px 13px;
}

.textretty table tr {
  background-color: #fff;
}

.textretty table tr:nth-child(2n+1) {
  background-color: #f6f8fa;
}

/* Paragraph */
.textretty p {
  margin-bottom: 10px;
  margin-top: 0;
}

/* Blockquote */
.textretty blockquote {
  margin: 0;
  border-left: .25em solid #dfe2e5;
  color: rgb(90,90,90);
  padding: 0 0.8em;
}

.textretty blockquote p {
  margin: 0;
}

/* List */
.textretty ol ol,
.textretty ul ol {
  list-style-type: lower-roman;
}

.textretty ol ol ol,
.textretty ol ul ol,
.textretty ul ol ol,
.textretty ul ul ol {
  list-style-type: lower-alpha;
}

.textretty ol,
.textretty ul {
  padding-left: 1.25rem;
}

.textretty ol ol,
.textretty ol ul,
.textretty ul ol,
.textretty ul ul {
  margin-bottom: 0;
  margin-top: 0;
}

.textretty li>p {
  word-wrap: break-all;
  margin: .25rem 0
}

/* Margin */
.textretty blockquote,
.textretty ol,
.textretty p,
.textretty pre,
.textretty table,
.textretty ul {
  margin: 1em 0
}