/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #d14;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #008080;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}

.hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-align: center;
  margin: 0;
  background-color: #f1f1f1;
  height: 100%;
}

header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.video-js {
  margin: 40px auto;
  box-shadow: 0 10px 70px 4px rgba(0, 0, 0, 0.56);
}

h1.skin-name {
  margin: 0;
}

a {
  color: #b99beb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul.links {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}

ul.links li {
  display: inline;
  padding: 0 10px;
}

section {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

section .content {
  width: 720px;
  margin: 0 auto;
  padding: 20px;
}

section.preview {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
section.preview .content {
  flex: none;
}

section.usage {
  background-color: #f1f1f1;
  text-align: left;
}

section.usage h2 {
  text-align: center;
}

pre {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.btn {
  background-color: #b99beb;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.btn:hover {
  text-decoration: none;
  background-color: #c8b0ef;
}

.btn.btn-download {
  display: block;
  text-align: center;
  width: 100%;
}

.usage-method {
  margin: 50px 0;
}

.usage-method h3 {
  border-bottom: 1px solid #bebebe;
}

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