.navbar{position:fixed;top:0;width:100%;background:#002639;color:#ffffff;display:flex;align-items:center;justify-content:space-between;z-index:10;box-sizing:border-box;height:3.6rem;padding:0 1.5rem}.navbar h4{font-size:1rem;font-weight:400;position:relative}.navbar__title{display:flex;align-items:center;height:100%}.navbar__title img{height:100%;padding-right:1rem}.navbar__button{padding-right:1rem;cursor:pointer;display:flex}.navbar__button svg{height:30px;width:30px;fill:#ffffff}.navbar__button svg:hover{fill:#960b3b}.navbar .github-link svg{fill:#ffffff;height:30px;width:30px}.navbar .github-link svg:hover{fill:#960b3b}.navbar--sidebar-active+.sidebar{transform:translateX(0) !important}@media (min-width: 768px){.navbar__button{display:none}}

.sidebar{background-color:#fff;font-size:15px;width:16.4rem;position:fixed;z-index:10;top:3.6rem;left:0;bottom:0;box-sizing:border-box;border-right:1px solid #eaecef;overflow-y:auto;transform:translateX(-100%);transition:transform 0.2s ease}.sidebar a{text-decoration:none;display:block}.sidebar a:hover{text-decoration:none}.sidebar ul{list-style-type:none;padding:0;line-height:1.15}.sidebar__links{padding:1.5rem 0}.sidebar__links .active>a{color:#960b3b;font-weight:600;background:#0026391c;border-left:3px solid #960b3b}.sidebar__group>ul{padding:1rem 0}.sidebar__groupName{padding:0.35rem 1.5rem 0.35rem 1.25rem;font-size:1.1em;font-weight:700}.sidebar__subGroupName{opacity:0.5;font-size:0.95em;padding:0.35rem 1.5rem 0.35rem 2rem}.sidebar__link{font-size:16px;color:#2c3e50;padding:0.5rem 1rem 0.5rem 2rem;border-left:3px solid transparent}.sidebar__link--subgroup{padding:0.5rem 1rem 0.5rem 3rem}.sidebar__link:hover{background:#0026391c;color:#960b3b}@media (min-width: 768px){.sidebar{font-size:16px;width:16.4rem;transform:translateX(0)}}@media (min-width: 992px){.sidebar{font-size:16px;width:20rem;transform:translateX(0)}}

/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #8292a2;
}

.token.punctuation {
	color: #f8f8f2;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body{font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;color:#2c3e50}pre{background:#002639 !important}.tip{padding:20px 10px;background:#f3f5f7;border-left:5px solid #002639;margin-bottom:20px}.page{padding-left:0;padding-top:3.6rem}.page__content{max-width:740px;margin:0 auto;padding:2rem 2.5rem}.page__content h1{padding-bottom:1rem}.page__content h2{border-bottom:1px solid #eaecef;padding-bottom:0.3rem;margin-top:-3.1rem;padding-top:4.6rem}a{color:#960b3b;text-decoration:none}a:hover{text-decoration:underline}p{line-height:1.7}@media (min-width: 768px){.page{padding-left:16.4rem}}@media (min-width: 992px){.page{padding-left:20rem}}ul{line-height:1.7}code{color:#960b3b;padding:.25rem .5rem;margin:0;font-size:.85em;background-color:rgba(27,31,35,0.05);border-radius:3px;font-family:source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace}

