/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"], #st-search-input {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, #st-search-input::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, #st-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html {
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
}

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

body {
    -webkit-font-smoothing: antialiased;
    color: #4c515f;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 150px 0;
}

/* sticky footer - see http://mystrd.at/modern-clean-css-sticky-footer/ */

footer {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 150px;
		width: 100%;
		padding: 1.2em 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #4a4e56;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 0.3em
}

h1 {
    font-size: 2.2em
}

h2 {
    font-size: 1.6em
}

h3 {
    font-size: 1.3em
}

h4 {
    font-size: 1.25em
}

h5 {
    font-size: 1.15em
}

h6 {
    font-size: 1em
}

p {
    font-size: 1.02em;
    margin: 0 0 1em;
    line-height: 1.75
}

a {
    color: #4280ca;
    text-decoration: none;
    transition: color 0.1s linear
}

a:hover {
    color: #2a5b96
}

a:active, a:focus {
    color: #2a5b96;
    outline: none
}

hr {
    border-bottom: 1px solid #efefef;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 3em auto;
    width: 75%
}

@media screen and (min-width: 40em) {
    hr {
        margin: 6em auto
    }
}

img, picture {
    margin: 0;
    max-width: 100%
}

code {
    color: #1e2126;
    background-color: #f8f8f9;
    border-radius: 3px;
    font-family: "Source Code Pro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
		font-size: 92%;
    padding: 0.05em 0.25em;
    overflow: auto
}

::selection {
    background-color: #f3c859;
    color: #fff
}

fieldset {
    background-color: white;
    border: 1px solid #efefef;
    margin: 0 0 0.75em;
    padding: 1.5em
}

input, label, select {
    display: block;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em
}

label {
    font-weight: 600;
    margin-bottom: 0.375em
}

label.required::after {
    content: "*"
}

label abbr {
    display: none
}

input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="month"],
input[type="number"], input[type="password"], input[type="search"],
#st-search-input, input[type="tel"], input[type="text"], input[type="time"],
input[type="url"], input[type="week"], input:not([type]), textarea {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em;
    transition: border-color;
    width: 100%
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, #st-search-input:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #d6d6d6
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, #st-search-input:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #f3c859;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(241, 192, 65, 0.7);
    outline: none
}

textarea {
    resize: vertical
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: 0.375em
}

input[type="file"] {
    padding-bottom: 0.75em;
    width: 100%
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto
}

table {
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #c9c9c9;
    font-weight: 600;
    padding: 0.75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #efefef;
    padding: 0.75em 0
}

tr, td, th {
    vertical-align: middle
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.main ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em
}

.main ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em
}

dl {
    margin-bottom: 0.75em
}

dl dt {
    font-weight: bold;
    margin-top: 0.75em
}

dl dd {
    margin: 0
}

body {
    background-color: #fff
}

img.alert {
    vertical-align: top
}

.wrap-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.618em
}

.wrap-container::after {
    clear: both;
    content: "";
    display: table
}

.centered-content {
    width: 100%;
    text-align: center
}

.centered-content::after {
    clear: both;
    content: "";
    display: table
}

.body-content-container {
    margin-bottom: 1em;
    padding-top: 1em;
    position: relative
}

@media screen and (min-width: 40em) {
    .body-content-container {
        padding-top: 2em;
        margin-bottom: 2em
    }
}

.sidebar-container {
    float: left;
    height: 100%;
    width: 100%;
    word-wrap: break-word
}

@media screen and (min-width: 40em) {
    .sidebar-container {
        width: 10em
    }
}

@media screen and (min-width: 53.75em) {
    .sidebar-container {
        width: 12.5em
    }
}

@media screen and (min-width: 90em) {
    .sidebar-container {
        width: 12.5em
    }
}

@media screen and (min-width: 40em) {
    .main {
        float: right;
        width: 25em
    }

    .main.stuck {
        margin-left: 10em
    }
}

@media screen and (min-width: 53.75em) {
    .main {
        width: 37.5em
    }

    .main.stuck {
        margin-left: 12.5em
    }
}

@media screen and (min-width: 90em) {
    .main {
        width: 46.25em
    }

    .main.stuck {
        margin-left: 12.5em
    }
}

.main h1 {
    padding-bottom: 0.2em;
    margin-bottom: 0.2em
}

.main li {
		margin-top: 0.25em;
}

.styles li {
		margin-top: 0.5em;
}

.global-nav {
    height: 4em;
    background-color: #a300f3;
    color: white;
    padding: 1em 0;
    position: relative
}

.logo-text {
    float: left;
    font-size: 1.25em;
    font-weight: 700
}

.global-nav a {
    color: white
}

.global-nav-list {
    float: right;
    line-height: 2em
}

.global-nav-item {
    display: inline-block;
    margin-right: 2em
}

.global-nav-item a {
    color: white;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0.35em 0.5em
}

.global-nav-item:last-child {
    margin-right: 0
}

.global-nav-item a:hover {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.15s linear
}

.sidebar {
    background: white;
    overflow: hidden;
    padding-bottom: .75em;
    padding-top: .75em
}

@media screen and (min-width: 40em) {
    .sidebar.stuck {
        position: fixed;
        top: 0;
        white-space: normal;
        width: 10em;
        word-wrap: break-word
    }
}

@media screen and (min-width: 53.75em) {
    .sidebar.stuck {
        width: 12.5em
    }
}

@media screen and (min-width: 90em) {
    .sidebar.stuck {
        width: 12.5em
    }
}

.toc-block-container {
    display: none;
    #height: 100vh;
    /* overflow: scroll */
}

@media screen and (min-width: 40em) {
    .toc-block-container {
        display: block
    }
}

.toc-block {
    margin-bottom: 2em
}

.docs-section-heading {
    color: #8990a1;
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0.75em 0.5em;
    text-transform: uppercase
}

.doc-item {
    border-bottom: 1px dotted #efefef
}

.doc-item:last-child {
    border: none
}

.doc-item a {
    color: #4c515f;
    display: block;
    padding: 0.34em 0.5em;
    transition: all 0.15s ease
}

.doc-item a:hover {
    background: #fdf7e8
}

.doc-item-active {
    background: #fcf3d9
}

.source-code-link {
    background: transparent;
    border-radius: 3px;
    border: 1px solid #efefef;
    color: #b3b3b3;
    display: inline-block;
    float: right;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 30px;
    margin: 15px auto 0;
    overflow: hidden;
    padding: 0 0.75em;
    text-transform: uppercase
}

div.toplib {
	background-color: #eeddee;
	border: 1px solid #efefef;
	padding: 0.5em 1em 0 1em;
	margin: 0.5em 0 0 0;
}

div.toplib a {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.67em 0;
    color: #604060;
    transition: all 0.15s ease
}

div.toplib a:hover, div.toplib a:focus {
    color: #200020;
}

.logos-title {
    padding-bottom: 2em
}

.logo-block {
    text-align: center
}

.logo-block li {
    padding: 2em;
    display: inline-block
}

.logo-block img {
    height: 50px;
    opacity: 0.2
}

.footnotes {
	font-size: 80%
}

.footnotes::before {
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	margin: 30px 0 5px 0;
	background: #c0c0c0
}

.footer {
    background-color: #f9f9f9;
    color: #999
}

.footer-logo {
	display: inline-block;
	padding: 0 1em;
	float: left
}

.footer a {
    color: #999;
    font-weight: 700
}

.footer a:hover {
    color: gray
}

.footer p {
    font-size: 1em;
    margin: 0 auto 0.5em
}

.footer-site-information {
		display: inline-block;
		margin-top: 40px;
		float: left
}

a.cs {
	background-color: yellow;
	padding: 2px;
	margin: 0 2px 0 0;
	border: 1px solid #c0c0c0;
}

.footer-middleman-credit {
	margin-right: 1em;
	margin-top: 60px;
	display: inline-block;
	float: right;
}

.footer-middleman-credit a {
    font-weight: 600
}

.footer-middleman-credit p {
	display: inline-block;
}

.middleman-logo {
	background-color: #f3c859;
	display: inline-block;
	vertical-align: middle;
}

table.detail {
	border: 1px solid #666666;
}

table.detail th {
	border: 1px solid #666666;
	padding: .2em .6em .2em .6em;
	font-size: 80%;
}

table.detail td {
	border: 1px solid #666666;
	padding: .2em .6em .2em .6em;
	font-size: 80%;
}

table.releases {
	border: 1px solid #666666;
	width: auto
}

table.releases th {
	border: 1px solid #666666;
	padding: .2em .6em .2em .6em;
	font-size: 80%;
	background-color: #e0e0e0
}

table.releases td {
	border: 1px solid #666666;
	padding: .2em .6em .2em .6em;
	font-size: 80%;
}

table.releases td a img, table.source td a img {
	display: block;
	margin: 2px auto 2px auto;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

table.releases td a img:hover, table.source td a img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

table.releases col.release {
	width: 4em
}

table.releases col.date {
	width: 6em
}

table.releases col.status {
	min-width: 15em
}

table.source {
	border: 1px solid #666666;
	width: auto
}

table.source th {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: .2em .6em .2em .6em;
	font-size: 80%;
	background-color: #e0e0e0
}

table.source td {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: .2em .6em .2em .6em;
	font-size: 80%;
}

div.credit {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #c0c0c0;
	font-size: 70%
}

div.credit a {
	color: #c0c0c0;
}

pre.code {
    display: block;
	  border: 1px solid #aaaaaa;
    margin: 0 0;
    padding: .6em .7em;
    max-height: 800px;
}

pre .comment, pre .template_comment, pre .diff .header, pre .doctype,
pre .lisp .string, pre .javadoc {
    color: #93a1a1;
    font-style: italic
}

pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title,
pre .method, pre .addition, pre .css .tag, pre .lisp .title {
    color: #859900
}

pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula,
pre .regexp, pre .hexcolor {
    color: #2aa198
}

pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator,
pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods,
pre .id {
    color: #268bd2
}

pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number,
pre .constant, pre .class .title, pre .parent, pre .haskell .label {
    color: #b58900
}

pre .preprocessor, pre .pi, pre .shebang, pre .symbol, pre .diff .change,
pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst,
pre .cdata {
    color: #cb4b16
}

pre .deletion {
    color: #dc322f
}

pre .tex .formula {
    background: #eee8d5
}
