html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  font-family: IBM Plex Mono, monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  color: #000;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.article .article-header h1,
.article .article-body h1,
.article #article-nav h1 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.article .article-header h2,
.article .article-body h2,
.article #article-nav h2 {
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.article .article-header h3,
.article .article-body h3,
.article #article-nav h3 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.article .article-header h4,
.article .article-body h4,
.article #article-nav h4 {
  font-size: 1.7em;
}
.article .article-header h5,
.article .article-body h5,
.article #article-nav h5 {
  font-size: 1em;
}
.article .article-header h6,
.article .article-body h6,
.article #article-nav h6 {
  font-size: 1em;
}
.article .article-header a,
.article .article-body a,
.article #article-nav a {
  text-decoration: none;
  color: #0095cc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.article .article-header a:hover,
.article .article-body a:hover,
.article #article-nav a:hover {
  color: #00b1e8;
}
.article .article-header b,
.article .article-body b,
.article #article-nav b,
.article .article-header strong,
.article .article-body strong,
.article #article-nav strong {
  font-weight: bold;
}
.article .article-header code,
.article .article-body code,
.article #article-nav code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.article .article-header em,
.article .article-body em,
.article #article-nav em,
.article .article-header cite,
.article .article-body cite,
.article #article-nav cite {
  font-style: italic;
}
.article .article-header ul,
.article .article-body ul,
.article #article-nav ul,
.article .article-header ol,
.article .article-body ol,
.article #article-nav ol,
.article .article-header dl,
.article .article-body dl,
.article #article-nav dl {
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.7;
}
.article .article-header ul ul,
.article .article-body ul ul,
.article #article-nav ul ul,
.article .article-header ol ul,
.article .article-body ol ul,
.article #article-nav ol ul,
.article .article-header ul ol,
.article .article-body ul ol,
.article #article-nav ul ol,
.article .article-header ol ol,
.article .article-body ol ol,
.article #article-nav ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article .article-header ul,
.article .article-body ul,
.article #article-nav ul {
  list-style: disc;
}
.article .article-header ol,
.article .article-body ol,
.article #article-nav ol {
  list-style: decimal;
}
.article {
  background: #fff;
  margin-top: 10px;
}
.article .article-header {
  padding-bottom: 10px;
  margin: 60px 0 20px;
  border-bottom: 1px solid #eee;
}
.article .article-header h1 {
  color: #0095cc;
}
.article .article-header .article-header-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.article .article-header .article-header-meta i {
  color: #0095cc;
}
.article .article-header .article-header-meta div {
  padding-left: 5px;
  padding-right: 5px;
}
.article .article-header .article-header-meta .category-link {
  color: #000;
  text-decoration-line: underline;
}
.article .article-header .article-header-meta .category-link:hover {
  color: #0095cc;
}
.article .article-body {
  border-bottom: 1px solid #eee;
}
.article .article-body h3,
.article .article-body h4 {
  color: #0095cc;
}
.article .article-body p,
.article .article-body ul,
.article .article-body ol {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.25em;
  text-align: justify;
}
.article .article-body img {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.article .article-body .read-more {
  display: inline-block;
  float: right;
  text-align: right;
  padding: 6px 12px;
  border: 1px solid #eee;
}
.article .article-body .read-more:hover {
  background-color: #00b1e8;
  border-color: #00b1e8;
  color: #fff;
}
.article #article-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article #article-nav .article-nav-link-wrap {
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.article #article-nav .article-nav-link-wrap:hover {
  background-color: #00b1e8;
  border-color: #00b1e8;
  color: #fff;
}
.article #article-nav .article-nav-link-wrap:only-child {
  margin-left: auto;
}
.highlight {
  padding: 1.5em;
  margin: 1.5em 0;
  border-radius: 4px;
  overflow-x: auto;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.95em;
  line-height: 1.6;
  border: 1px solid #eee;
}
.highlight pre {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.highlight .keyword,
.highlight .tag {
  font-weight: bold;
  color: #0095cc;
}
.highlight .number,
.highlight .string,
.highlight .constant,
.highlight .boolean {
  color: #c7254e;
}
.highlight .comment {
  color: rgba(0,0,0,0.702);
  font-style: italic;
}
.highlight .class .title,
.highlight .title.function_ {
  color: #555;
  font-weight: bold;
}
.highlight .type,
.highlight .built_in {
  color: #0095cc;
}
.highlight td.gutter {
  padding-right: 1.5em;
  text-align: right;
  color: rgba(0,0,0,0.702);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid #eee;
}
.highlight td.code {
  padding-left: 1.5em;
}
#header {
  border-bottom: 1px solid #eee;
}
#header .header-brand {
  font-size: 38px;
  font-family: 'Poiret One', cursive;
  margin: 8px 0;
  color: #0095cc;
  text-decoration: none;
}
#footer {
  background: #fff;
  color: #c6c6c6;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}
