@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

dialog {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) !important;
  max-width: 100%;
  max-height: 100%;
  position: fixed !important;
  top: 50%;
  transform: translate(0, -50%);
}

.post-content a, .post-content p, .post-content code, .post-content strong {
  word-wrap: break-word;
}
.post-content img, .post-content iframe {
  max-width: 100%;
}

body {
  background-color: #fafafa;
}

@font-face {
  font-family: "drawic";
  src: url("/http/JSer.info/public/fonts/drawic.eot?-9im8tp");
  src: url("/http/JSer.info/public/fonts/drawic.eot?#iefix-9im8tp") format("embedded-opentype"), url("/http/JSer.info/public/fonts/drawic.woff?-9im8tp") format("woff"), url("/http/JSer.info/public/fonts/drawic.ttf?-9im8tp") format("truetype"), url("/http/JSer.info/public/fonts/drawic.svg?-9im8tp#drawic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.drawic, .post-content .jser-tag-icon, .post-content .site-genre ~ hr + h2 + p > a {
  font-family: "drawic";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.drawic-check:before {
  content: "";
}

.drawic-clock:before {
  content: "";
}

.drawic-config:before {
  content: "";
}

.drawic-css3:before {
  content: "";
}

.drawic-delicious:before {
  content: "";
}

.drawic-dotw-fri:before {
  content: "";
}

.drawic-dotw-mon:before {
  content: "";
}

.drawic-dotw-sat:before {
  content: "";
}

.drawic-dotw-sun:before {
  content: "";
}

.drawic-dotw-thr:before {
  content: "";
}

.drawic-dotw-tue:before {
  content: "";
}

.drawic-dotw-wed:before {
  content: "";
}

.drawic-download:before {
  content: "";
}

.drawic-dribbble:before {
  content: "";
}

.drawic-dropbox:before {
  content: "";
}

.drawic-email:before {
  content: "";
}

.drawic-facebook:before {
  content: "";
}

.drawic-favorite:before {
  content: "";
}

.drawic-feed:before {
  content: "";
}

.drawic-foaf:before {
  content: "";
}

.drawic-font:before {
  content: "";
}

.drawic-forrst:before {
  content: "";
}

.drawic-git:before {
  content: "";
}

.drawic-github:before {
  content: "";
}

.drawic-graph:before {
  content: "";
}

.drawic-grunt:before {
  content: "";
}

.drawic-gulp:before {
  content: "";
}

.drawic-home:before {
  content: "";
}

.drawic-html5:before {
  content: "";
}

.drawic-hyperlink:before, .post-content .site-genre ~ hr + h2 + p > a:before {
  content: "";
}

.drawic-ifttt:before {
  content: "";
}

.drawic-inkscape:before {
  content: "";
}

.drawic-instagram:before {
  content: "";
}

.drawic-lastfm:before {
  content: "";
}

.drawic-like:before {
  content: "";
}

.drawic-menu:before {
  content: "";
}

.drawic-next:before {
  content: "";
}

.drawic-pause:before {
  content: "";
}

.drawic-permanent:before {
  content: "";
}

.drawic-pinboard:before {
  content: "";
}

.drawic-pinterest:before {
  content: "";
}

.drawic-play:before {
  content: "";
}

.drawic-prev:before {
  content: "";
}

.drawic-profile:before {
  content: "";
}

.drawic-quote:before {
  content: "";
}

.drawic-readability:before {
  content: "";
}

.drawic-refresh:before {
  content: "";
}

.drawic-rewind:before {
  content: "";
}

.drawic-sass:before {
  content: "";
}

.drawic-search:before {
  content: "";
}

.drawic-share:before {
  content: "";
}

.drawic-shuffle:before {
  content: "";
}

.drawic-svg:before {
  content: "";
}

.drawic-tag:before, .post-content .jser-tag-icon:before {
  content: "";
}

.drawic-tumblr:before {
  content: "";
}

.drawic-twitter:before {
  content: "";
}

.drawic-upload:before {
  content: "";
}

.drawic-vim:before {
  content: "";
}

.drawic-vimeo:before {
  content: "";
}

.drawic-wifi:before {
  content: "";
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}
.content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 500px) {
  .content-wrapper {
    max-width: 98%;
  }
}

.page-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.page-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .page-content {
    width: 100%;
    box-sizing: border-box;
  }
}

.page-sidebar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.page-sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .page-sidebar {
    width: 100%;
    box-sizing: border-box;
    padding-top: 1em;
  }
}

@media screen and (max-width: 500px) {
  .github-ribbon {
    display: none;
  }
}
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.global-header {
  border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 500px) {
  .content-wrapper {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

.page-content {
  border-right: 1px solid #eeeeee;
}

.pagination {
  border-top: 1px solid #eeeeee;
}

.page-footer {
  border-top: 1px solid #2f929e;
}

@media screen and (max-width: 500px) {
  .page-sidebar {
    border-top: 1px solid #2f929e;
  }
}
.pagination {
  margin-top: 1em;
}

.disqus-embed {
  margin: 1em 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@media screen and (max-width: 500px) {
  .post-header h1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 500px) {
  .post-header .pre-post-toolbar, .post-header .post-post-toolbar {
    font-size: 1.1em;
  }
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.global-header {
  margin: 0;
  text-align: center;
  padding: 2em 2em 0;
  background-color: #14b4c8;
}
.global-header .site-title {
  margin: 0 0;
  height: 6em;
}
@media screen and (max-width: 500px) {
  .global-header .site-title {
    height: auto;
  }
}
.global-header .site-title a {
  color: white;
  display: block;
}
.global-header .site-title a:hover {
  color: #2f929e;
}
.global-header .site-title img {
  max-width: 100%;
  height: auto;
}
.global-header .site-description {
  font-size: 1.2em;
  font-weight: 300;
  color: #fafafa;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .global-header .site-description {
    font-size: 1em;
  }
}
.global-header .lang-menu {
  color: white;
}
.global-header .lang-menu ul {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: outside none none;
}
.global-header .lang-menu ul li {
  display: inline-block;
}
.global-header .lang-menu ul li:after {
  padding: 0 2px 0 5px;
  content: "|";
}
.global-header .lang-menu ul li:last-child:after {
  content: "";
}
.global-header .lang-menu ul li a {
  color: white;
}

.page-sidebar {
  padding-left: 1em;
}
.page-sidebar ul {
  padding-left: 0;
  list-style: none;
}
.page-sidebar li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #000;
}
.page-sidebar .side-menu h1 {
  font-size: 150%;
  border-left: 3px solid #c82814;
  padding-left: 0.5em;
}

.profile img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  border-radius: 64px;
  border: 1px solid #14b4c8;
}
.profile h2 {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

@font-face {
  font-family: "drawic";
  src: url("/http/JSer.info/public/fonts/drawic.eot?-9im8tp");
  src: url("/http/JSer.info/public/fonts/drawic.eot?#iefix-9im8tp") format("embedded-opentype"), url("/http/JSer.info/public/fonts/drawic.woff?-9im8tp") format("woff"), url("/http/JSer.info/public/fonts/drawic.ttf?-9im8tp") format("truetype"), url("/http/JSer.info/public/fonts/drawic.svg?-9im8tp#drawic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.drawic, .post-content .jser-tag-icon, .post-content .site-genre ~ hr + h2 + p > a {
  font-family: "drawic";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.drawic-check:before {
  content: "";
}

.drawic-clock:before {
  content: "";
}

.drawic-config:before {
  content: "";
}

.drawic-css3:before {
  content: "";
}

.drawic-delicious:before {
  content: "";
}

.drawic-dotw-fri:before {
  content: "";
}

.drawic-dotw-mon:before {
  content: "";
}

.drawic-dotw-sat:before {
  content: "";
}

.drawic-dotw-sun:before {
  content: "";
}

.drawic-dotw-thr:before {
  content: "";
}

.drawic-dotw-tue:before {
  content: "";
}

.drawic-dotw-wed:before {
  content: "";
}

.drawic-download:before {
  content: "";
}

.drawic-dribbble:before {
  content: "";
}

.drawic-dropbox:before {
  content: "";
}

.drawic-email:before {
  content: "";
}

.drawic-facebook:before {
  content: "";
}

.drawic-favorite:before {
  content: "";
}

.drawic-feed:before {
  content: "";
}

.drawic-foaf:before {
  content: "";
}

.drawic-font:before {
  content: "";
}

.drawic-forrst:before {
  content: "";
}

.drawic-git:before {
  content: "";
}

.drawic-github:before {
  content: "";
}

.drawic-graph:before {
  content: "";
}

.drawic-grunt:before {
  content: "";
}

.drawic-gulp:before {
  content: "";
}

.drawic-home:before {
  content: "";
}

.drawic-html5:before {
  content: "";
}

.drawic-hyperlink:before, .post-content .site-genre ~ hr + h2 + p > a:before {
  content: "";
}

.drawic-ifttt:before {
  content: "";
}

.drawic-inkscape:before {
  content: "";
}

.drawic-instagram:before {
  content: "";
}

.drawic-lastfm:before {
  content: "";
}

.drawic-like:before {
  content: "";
}

.drawic-menu:before {
  content: "";
}

.drawic-next:before {
  content: "";
}

.drawic-pause:before {
  content: "";
}

.drawic-permanent:before {
  content: "";
}

.drawic-pinboard:before {
  content: "";
}

.drawic-pinterest:before {
  content: "";
}

.drawic-play:before {
  content: "";
}

.drawic-prev:before {
  content: "";
}

.drawic-profile:before {
  content: "";
}

.drawic-quote:before {
  content: "";
}

.drawic-readability:before {
  content: "";
}

.drawic-refresh:before {
  content: "";
}

.drawic-rewind:before {
  content: "";
}

.drawic-sass:before {
  content: "";
}

.drawic-search:before {
  content: "";
}

.drawic-share:before {
  content: "";
}

.drawic-shuffle:before {
  content: "";
}

.drawic-svg:before {
  content: "";
}

.drawic-tag:before, .post-content .jser-tag-icon:before {
  content: "";
}

.drawic-tumblr:before {
  content: "";
}

.drawic-twitter:before {
  content: "";
}

.drawic-upload:before {
  content: "";
}

.drawic-vim:before {
  content: "";
}

.drawic-vimeo:before {
  content: "";
}

.drawic-wifi:before {
  content: "";
}

.post-header {
  margin-bottom: 2em;
}
.post-header h1 {
  margin-bottom: 0;
}
.post-header .pre-post-toolbar {
  background-color: #494949;
  padding-left: 0.5em;
}
.post-header .pre-post-toolbar, .post-header .pre-post-toolbar a {
  color: #fdfdfd;
}
.post-header .post-date {
  font-style: italic;
}

.post-post-toolbar {
  background-color: #98dce5;
}
.post-post-toolbar .tags ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.post-post-toolbar .tags li {
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.page-content {
  padding: 0 1em;
}
@media screen and (max-width: 500px) {
  .page-content {
    padding: 0 0.5em;
  }
}
.page-content li p {
  margin: 0;
}
.page-content p {
  line-height: 1.5;
}
.page-content code {
  color: #b1383e;
}

.post-content-toc {
  background-color: #FFF;
  margin: 5px 0;
  padding: 10px 30px;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

.post-content-toc .toc-entry.toc-h1 {
  margin-left: 0;
}
.post-content-toc .toc-entry.toc-h2 {
  margin-left: 0.8em;
}
.post-content-toc .toc-entry.toc-h3 {
  margin-left: 1.6em;
}
.post-content-toc .toc-entry.toc-h4 {
  display: none;
}
.post-content-toc .toc-entry.toc-h5 {
  display: none;
}
.post-content-toc .toc-entry.toc-h6 {
  display: none;
}

.pagination {
  text-align: center;
  padding: 1em 0;
}

.copyright-footer {
  padding: 0 10%;
  width: 100%;
  display: table;
}
.copyright-footer div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.home .article {
  border-left: 3px solid #2f929e;
  padding-left: 1em;
}
.home .article h1 {
  font-size: 120%;
}
.home .article .post-meta {
  background-color: #F2F8FA;
}

.post-content blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}
.post-content blockquote > :first-child {
  margin-top: 0;
}
.post-content blockquote > :last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "drawic";
  src: url("/http/JSer.info/public/fonts/drawic.eot?-9im8tp");
  src: url("/http/JSer.info/public/fonts/drawic.eot?#iefix-9im8tp") format("embedded-opentype"), url("/http/JSer.info/public/fonts/drawic.woff?-9im8tp") format("woff"), url("/http/JSer.info/public/fonts/drawic.ttf?-9im8tp") format("truetype"), url("/http/JSer.info/public/fonts/drawic.svg?-9im8tp#drawic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.drawic, .post-content .jser-tag-icon, .post-content .site-genre ~ hr + h2 + p > a {
  font-family: "drawic";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.drawic-check:before {
  content: "";
}

.drawic-clock:before {
  content: "";
}

.drawic-config:before {
  content: "";
}

.drawic-css3:before {
  content: "";
}

.drawic-delicious:before {
  content: "";
}

.drawic-dotw-fri:before {
  content: "";
}

.drawic-dotw-mon:before {
  content: "";
}

.drawic-dotw-sat:before {
  content: "";
}

.drawic-dotw-sun:before {
  content: "";
}

.drawic-dotw-thr:before {
  content: "";
}

.drawic-dotw-tue:before {
  content: "";
}

.drawic-dotw-wed:before {
  content: "";
}

.drawic-download:before {
  content: "";
}

.drawic-dribbble:before {
  content: "";
}

.drawic-dropbox:before {
  content: "";
}

.drawic-email:before {
  content: "";
}

.drawic-facebook:before {
  content: "";
}

.drawic-favorite:before {
  content: "";
}

.drawic-feed:before {
  content: "";
}

.drawic-foaf:before {
  content: "";
}

.drawic-font:before {
  content: "";
}

.drawic-forrst:before {
  content: "";
}

.drawic-git:before {
  content: "";
}

.drawic-github:before {
  content: "";
}

.drawic-graph:before {
  content: "";
}

.drawic-grunt:before {
  content: "";
}

.drawic-gulp:before {
  content: "";
}

.drawic-home:before {
  content: "";
}

.drawic-html5:before {
  content: "";
}

.drawic-hyperlink:before, .post-content .site-genre ~ hr + h2 + p > a:before {
  content: "";
}

.drawic-ifttt:before {
  content: "";
}

.drawic-inkscape:before {
  content: "";
}

.drawic-instagram:before {
  content: "";
}

.drawic-lastfm:before {
  content: "";
}

.drawic-like:before {
  content: "";
}

.drawic-menu:before {
  content: "";
}

.drawic-next:before {
  content: "";
}

.drawic-pause:before {
  content: "";
}

.drawic-permanent:before {
  content: "";
}

.drawic-pinboard:before {
  content: "";
}

.drawic-pinterest:before {
  content: "";
}

.drawic-play:before {
  content: "";
}

.drawic-prev:before {
  content: "";
}

.drawic-profile:before {
  content: "";
}

.drawic-quote:before {
  content: "";
}

.drawic-readability:before {
  content: "";
}

.drawic-refresh:before {
  content: "";
}

.drawic-rewind:before {
  content: "";
}

.drawic-sass:before {
  content: "";
}

.drawic-search:before {
  content: "";
}

.drawic-share:before {
  content: "";
}

.drawic-shuffle:before {
  content: "";
}

.drawic-svg:before {
  content: "";
}

.drawic-tag:before, .post-content .jser-tag-icon:before {
  content: "";
}

.drawic-tumblr:before {
  content: "";
}

.drawic-twitter:before {
  content: "";
}

.drawic-upload:before {
  content: "";
}

.drawic-vim:before {
  content: "";
}

.drawic-vimeo:before {
  content: "";
}

.drawic-wifi:before {
  content: "";
}

.post-content {
  /*
  .site-genre ~

  hr +

    h2 ( TITLE )
    p  > a ( URL )

    p
  */
  /* twitterのコンテナ*/
}
.post-content .site-genre {
  margin: 1.5em 0;
  padding-top: 10px;
  border-bottom: 3px solid #c82814;
  text-shadow: 1px 1px 0 #3d0c06;
  font-weight: 300;
}
.post-content hr {
  border: 1px #2f929d dotted;
  margin: 1.5em 2em;
}
.post-content p {
  color: #333;
}
.post-content .site-genre ~ hr + h2, .post-content .site-genre ~ hr + h2 + p {
  color: #000;
  padding-left: 10px;
  border-left: 1px solid #2f929e;
  /*
  | Title
  | URL
  とするためのmarginを消す
  */
  margin: 0;
}
.post-content .site-genre ~ hr + h2 {
  font-size: 1.3em;
}
.post-content .site-genre ~ hr + h2 + p {
  clear: both;
  font-size: 1.1em;
}
.post-content .site-genre ~ hr + h2 + p > a {
  text-decoration: none;
}
.post-content .jser-tags {
  color: #888;
}
.post-content .jser-tag-icon::before {
  padding-right: 0.2em;
}
.post-content .jser-tag:after {
  content: ",";
}
.post-content .jser-tag:last-child:after {
  content: "";
}
.post-content .site-twitter {
  float: right;
}

.post-content blockquote .jser-sitelink {
  margin: 0;
}
.post-content blockquote footer cite {
  font-style: normal;
}

/* tags */
.jser-tag-mark {
  display: none;
}

.jser-tag-paragraph {
  padding-left: 20px;
  background: url("/http/JSer.info/public/img/icon-tags.png") no-repeat left top;
}

.jser-tags img {
  margin-right: 5px;
  vertical-align: middle;
}

.jser-sitelink strong {
  font-size: 1em;
}

.post-content code {
  padding: 0.2em 0;
  margin: 0;
  font-size: 90%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.post-content code:before,
.post-content code:after {
  letter-spacing: -0.2em;
  content: " ";
}

.post-content pre > code {
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.post-content .highlight {
  margin-bottom: 16px;
}

.post-content .highlight pre,
.post-content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.post-content .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.post-content pre {
  word-wrap: normal;
}

.post-content pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.post-content pre code:before,
.post-content pre code:after {
  content: normal;
}

.post-content .highlight {
  background: #ffffff;
}

.post-content .highlight .c {
  color: #999988;
  font-style: italic;
}

.post-content .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.post-content .highlight .k {
  font-weight: bold;
}

.post-content .highlight .o {
  font-weight: bold;
}

.post-content .highlight .cm {
  color: #999988;
  font-style: italic;
}

.post-content .highlight .cp {
  color: #999999;
  font-weight: bold;
}

.post-content .highlight .c1 {
  color: #999988;
  font-style: italic;
}

.post-content .highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

.post-content .highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

.post-content .highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}

.post-content .highlight .ge {
  font-style: italic;
}

.post-content .highlight .gr {
  color: #aa0000;
}

.post-content .highlight .gh {
  color: #999999;
}

.post-content .highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

.post-content .highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}

.post-content .highlight .go {
  color: #888888;
}

.post-content .highlight .gp {
  color: #555555;
}

.post-content .highlight .gs {
  font-weight: bold;
}

.post-content .highlight .gu {
  color: #800080;
  font-weight: bold;
}

.post-content .highlight .gt {
  color: #aa0000;
}

.post-content .highlight .kc {
  font-weight: bold;
}

.post-content .highlight .kd {
  font-weight: bold;
}

.post-content .highlight .kn {
  font-weight: bold;
}

.post-content .highlight .kp {
  font-weight: bold;
}

.post-content .highlight .kr {
  font-weight: bold;
}

.post-content .highlight .kt {
  color: #445588;
  font-weight: bold;
}

.post-content .highlight .m {
  color: #009999;
}

.post-content .highlight .s {
  color: #d14;
}

.post-content .highlight .n {
  color: #333333;
}

.post-content .highlight .na {
  color: #008080;
}

.post-content .highlight .nb {
  color: #0086B3;
}

.post-content .highlight .nc {
  color: #445588;
  font-weight: bold;
}

.post-content .highlight .no {
  color: #008080;
}

.post-content .highlight .ni {
  color: #800080;
}

.post-content .highlight .ne {
  color: #990000;
  font-weight: bold;
}

.post-content .highlight .nf {
  color: #990000;
  font-weight: bold;
}

.post-content .highlight .nn {
  color: #555555;
}

.post-content .highlight .nt {
  color: #000080;
}

.post-content .highlight .nv {
  color: #008080;
}

.post-content .highlight .ow {
  font-weight: bold;
}

.post-content .highlight .w {
  color: #bbbbbb;
}

.post-content .highlight .mf {
  color: #009999;
}

.post-content .highlight .mh {
  color: #009999;
}

.post-content .highlight .mi {
  color: #009999;
}

.post-content .highlight .mo {
  color: #009999;
}

.post-content .highlight .sb {
  color: #d14;
}

.post-content .highlight .sc {
  color: #d14;
}

.post-content .highlight .sd {
  color: #d14;
}

.post-content .highlight .s2 {
  color: #d14;
}

.post-content .highlight .se {
  color: #d14;
}

.post-content .highlight .sh {
  color: #d14;
}

.post-content .highlight .si {
  color: #d14;
}

.post-content .highlight .sx {
  color: #d14;
}

.post-content .highlight .sr {
  color: #009926;
}

.post-content .highlight .s1 {
  color: #d14;
}

.post-content .highlight .ss {
  color: #990073;
}

.post-content .highlight .bp {
  color: #999999;
}

.post-content .highlight .vc {
  color: #008080;
}

.post-content .highlight .vg {
  color: #008080;
}

.post-content .highlight .vi {
  color: #008080;
}

.post-content .highlight .il {
  color: #009999;
}

.post-content .highlight .gc {
  color: #999;
  background-color: #EAF2F5;
}

.slack-bar details {
  padding-bottom: 16px;
}
.slack-bar details summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
.slack-bar details:not([open]) > *:not(summary) {
  display: none !important;
}
.slack-bar p {
  font-size: 90%;
}
.slack-bar pre {
  padding: 12px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #ddd;
  border-radius: 6px;
  user-select: all;
}
.slack-bar img {
  width: 50px;
  height: 50px;
  fill: #fff;
}

.social-icons {
  text-align: center;
  padding: 1em 0;
}
.social-icons a,
.social-icons img {
  width: 64px;
  height: 64px;
}
.social-icons a {
  display: inline-block;
  text-decoration: none;
}
.social-icons a.social-icon__twitter {
  background: skyblue;
}
.social-icons a.social-icon__github {
  background: black;
}
.social-icons a.social-icon__rss {
  background: orange;
}
.social-icons a.social-icon__feedly {
  background: white;
}
.social-icons a:hover {
  opacity: 0.8;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.svg-icon img {
  width: 24px;
  height: 24px;
}

.search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search-bar input {
  box-sizing: border-box;
  display: block;
}
.search-bar div.search-and-submit {
  position: relative;
}
.search-bar div.search-and-submit input[type=search] {
  width: 100%;
  padding: 0.5em 0.8em;
  font-size: 0.9em;
  border-radius: 16;
  margin: 0;
}
.search-bar div.search-and-submit button[type=submit] {
  outline: none;
  padding: 5px 10px;
  position: relative;
}
.search-bar div.search-and-submit button[type=submit] img {
  height: 12px;
  opacity: 0.7;
}

.comment-button {
  background-color: #c82814;
  border: none;
  font-size: 1rem;
  border-radius: 0.313em;
  color: white;
  padding: 1em;
}

.social-buttons {
  margin: 1em 0;
  border-bottom: 1px solid #333;
}
.social-buttons ul {
  padding: 0;
  margin: 0;
}
.social-buttons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  vertical-align: top;
  overflow: visible;
}

.twitter-button-item iframe {
  width: 80px;
}

.post-content.social-buttons {
  border: 1px solid #7EC528;
  margin: 0;
  padding: 1em;
}

.sponsors {
  margin: 1em 0;
  border-bottom: 1px solid #333;
}

.post-content.sponsors {
  border: 1px solid #7EC528;
  margin: 0;
  padding: 1em;
}

.sponsors-title, .sponsors-description {
  text-align: center;
}

.sponsors-title {
  font-family: Geomanist, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #465e69;
  word-break: break-word;
}

.sponsors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
}

.sponsors-listItem {
  padding: 0.5em;
}

.RelatedItemAddition {
  display: inline-block;
}
.RelatedItemAddition button {
  color: #005121;
  margin: 0 3px;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  /*border is optional*/
  border-bottom: 1px solid #444;
  cursor: pointer;
}

.RelatedItemList--title {
  padding-left: 5px;
  border-left: 1px solid #ff6300;
}

.RelatedItem {
  margin-bottom: 1em;
}

.RelatedItem h4 {
  color: #1A0DAB;
  margin: 0;
  font-size: 16px;
}
.RelatedItem cite > a {
  font-size: 14px;
  color: #006621;
  font-style: normal;
}
.RelatedItem p {
  font-size: 16px;
}

.FeedbackToTwitter {
  padding: 0 4px;
  line-height: 1.5;
}

.SelectItemForm select {
  max-width: 100%;
  font-size: 98%;
  margin: 4px 0;
}

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