@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Merriweather:300,300i,400,400i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semi-Bold"), local("OpenSans-Semibold"), url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(../fonts/Merriweather-Light.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    src: local("Merriweather"), url(../fonts/Merriweather-Regular.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 700;
    src: local("Merriweather Bold"), local("Merriweather-Bold"), url(../fonts/Merriweather-Bold.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 900;
    src: local("Merriweather Heavy"), local("Merriweather-Heavy"), url(../fonts/Merriweather-Black.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(../fonts/Merriweather-LightItalic.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 400;
    src: local("Merriweather Italic"), local("Merriweather-Italic"), url(../fonts/Merriweather-Italic.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 700;
    src: local("Merriweather Bold Italic"), local("Merriweather-BoldItalic"), url(../fonts/Merriweather-BoldItalic.ttf);
}

@font-face {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 900;
    src: local("Merriweather Heavy Italic"), local("Merriweather-HeavyItalic"), url(../fonts/Merriweather-HeavyItalic.ttf);
}

body {
    color: #2d2d2d;
    font-family: "Merriweather", "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    word-break: break-word;
}

body.opensans {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
}

body.sourcesans {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
}

body.merriweather {
    font-family: "Merriweather", "Open Sans", Arial, sans-serif;
    font-style: normal;
}

body.side-color {
    background-color: #f4f4f4;
}

body.uwide,
body.mobile,
body.tablet {
    background-color: #ffffff;
}

body.mobile-s {
    font-size: 13px;
    line-height: 24px;
}

body.sourcesans.mobile-s {
    font-size: 15px;
}

h1 {
    margin: 24px 0px 24px 0px;
}

body.sourcesans h1 {
    font-weight: 600;
}

body.mobile-s h1 {
    margin: 20px 0px 20px 0px;
}

body.mobile-s h1 > a > img {
    max-width: 80%;
}

h2 {
    margin: 38px 0px 14px 0px;
}

body.sourcesans h2 {
    font-weight: 600;
}

body.mobile-s h2 {
    margin: 18px 0px 6px 0px;
}

h3 {
    margin: 18px 0px 14px 0px;
}

body.sourcesans h3 {
    font-weight: 600;
}

body.mobile-s h3 {
    margin: 8px 0px 6px 0px;
}

h4 {
    margin: 14px 0px 10px 0px;
}

body.sourcesans h4 {
    font-weight: 600;
}

body.mobile-s h4 {
    margin: 6px 0px 4px 0px;
}

body.sourcesans strong {
    font-weight: 600;
}

li {
    margin: 5px 0px 5px 0px;
}

a {
    color: #3668c6;
    text-decoration: none;
}

a.active {
    font-weight: bold;
}

a:hover,
a.hover {
    padding-bottom: 2px;
    text-decoration: underline;
}

a img {
    max-width: 100%;
    text-decoration: none;
}

a:hover img,
a.hover img {
    text-decoration: none;
}

a.anchor {
    color: #2d2d2d;
    display: none;
    margin-left: 4px;
}

a.anchor:hover {
    color: #3668c6;
    padding-bottom: 0px;
    text-decoration: none;
}

h1:hover > a.anchor,
h2:hover > a.anchor,
h3:hover > a.anchor,
h4:hover > a.anchor,
h5:hover > a.anchor {
    display: inline;
}

ul,
ol {
    padding-left: 30px;
}

body.mobile-s ul,
body.mobile-s ol {
    padding-left: 24px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 16px 0px 16px 0px;
    overflow: auto;
    width: 100%;
    word-break: normal;
}

table tr {
    border-top: 1px solid #c6cbd1;
}

table td,
table th {
    border: 1px solid #dfe2e5;
    padding: 6px 13px 6px 13px;
}

table th {
    font-weight: 600;
    text-align: center;
}

table td {
    text-align: left;
}

table tr:nth-child(2n) {
    background-color: #f6f8fa;
}

pre[class*="language-"] {
    background-color: #f6f6f6;
    border: 1px solid #dadada;
    box-shadow: 0px 1px 3px #eeeeee;
    -o-box-shadow: 0px 1px 3px #eeeeee;
    -ms-box-shadow: 0px 1px 3px #eeeeee;
    -moz-box-shadow: 0px 1px 3px #eeeeee;
    -khtml-box-shadow: 0px 1px 3px #eeeeee;
    -webkit-box-shadow: 0px 1px 3px #eeeeee;
    font-family: Consolas, Monaco;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 12px 16px 12px 16px;
}

body.flat pre[class*="language-"] {
    border: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
}

body.mobile-s pre[class*="language-"] {
    font-size: 12px;
    line-height: 18px;
}

:not(pre) > code[class*="language-"] {
    background-color: #f2f2f2;
    border: 1px solid #dadada;
    border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    font-family: Consolas, Monaco;
    font-size: 13px;
    font-style: normal;
    margin: 0px 3px 0px 3px;
    padding: 3px 6px 3px 6px;
    word-wrap: break-word;
}

body.mobile-s :not(pre) > code[class*="language-"] {
    font-size: 12px;
}

body.flat :not(pre) > code[class*="language-"] {
    border: none;
}

blockquote {
    border-left: 2px solid #8d8d8d;
    color: #6d6d6d;
    margin: 14px 0px 14px 0px;
    padding: 0px 0px 0px 30px;
}

body.mobile blockquote,
body.tablet blockquote {
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 16px;
}

.toggler {
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
}

body.mobile-s .toggler {
    font-size: 11px;
}

.toggler:hover {
    border: 1px solid #c6c6c6;
}

.toggler.icon {
    background: transparent url(../images/toggler.png) no-repeat left 0px;
    border: none;
    cursor: pointer;
    height: 20px;
    margin-top: 8px;
    opacity: 0.5;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    padding: 0px 0px 0px 0px;
    width: 20px;
}

.toggler.icon:hover {
    opacity: 1.0;
    -o-opacity: 1.0;
    -ms-opacity: 1.0;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-opacity: 1.0;
}

.toggler.icon.minimize {
    background-position: left -20px;
}

body.mobile .toggler,
body.tablet .toggler {
    display: none;
}

.github-fork {
    border: none;
    height: 149px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 149px;
}

body.uwide .github-fork,
body.mobile .github-fork,
body.tablet .github-fork {
    display: none;
}

.wrapper {
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    max-width: 820px;
    min-width: 240px;
    padding: 8px 24px 8px 24px;
    transition: max-width 0.35s;
    -o-transition: max-width 0.35s;
    -ms-transition: max-width 0.35s;
    -moz-transition: max-width 0.35s;
    -khtml-transition: max-width 0.35s;
    -webkit-transition: max-width 0.35s;
}

body.wide .wrapper {
    max-width: 960px;
}

body.uwide .wrapper {
    max-width: 100%;
}

body.border .wrapper {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-left: 40px;
    padding-right: 40px;
}

body.side-color .wrapper {
    box-shadow: 0px 0px 4px #bbbbbb;
    -o-box-shadow: 0px 0px 4px #bbbbbb;
    -ms-box-shadow: 0px 0px 4px #bbbbbb;
    -moz-box-shadow: 0px 0px 4px #bbbbbb;
    -khtml-box-shadow: 0px 0px 4px #bbbbbb;
    -webkit-box-shadow: 0px 0px 4px #bbbbbb;
}

body.mobile .wrapper,
body.tablet .wrapper {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 12px 0px 12px;
    width: 100%;
}

body.uwide .wrapper,
body.mobile .wrapper,
body.tablet .wrapper {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
}

.footer {
    text-align: center;
}

.footer .product {
    background: transparent url(../images/footer.png) no-repeat center center;
    color: #ffffff;
    font-weight: bold;
    height: 24px;
    margin: 32px auto 0px auto;
    max-width: 960px;
    min-width: 240px;
    text-transform: lowercase;
}

body.wide .footer .product {
    max-width: 960px;
}

body.uwide .footer .product {
    max-width: 100%;
}

body.mobile .footer .product,
body.tablet .footer .product {
    width: 100%;
}

.footer .slogan {
    color: #6d6d6d;
    font-size: 12px;
    margin: 12px 0px 12px 0px;
}

body.sourcesans .footer .slogan {
    font-size: 13px;
}

body.mobile-s .footer .slogan {
    font-size: 11px;
}

body.sourcesans.mobile-s .footer .slogan {
    font-size: 12px;
}

.footer .slogan a {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: bold;
}

body.sourcesans .footer .slogan a {
    font-weight: 600;
}
