/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
@import "partials/scaffolding";
@import "partials/carbonads";
@import "partials/grid";
@import "partials/navs";
*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* * * * * * * * * * * * * * * * * * * * *
* General
* * * * * * * * * * * * * * * * * * * * */
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 16px;
  font: 400 1.6rem/1.4 'source sans pro', 'helvetica neue', helvetica, arial;
  color: #555555;
  padding: 0;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
a {
  color: #28a8e0;
}
a:hover {
  color: #1b8aba;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
p strong,
p b {
  color: #222222;
  font-weight: 500;
}
h1 {
  font-size: 50px;
  font-size: 5rem;
  color: #f59621;
  font-weight: 400;
  margin: 0 0 30px;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #2e2e2e;
  font-weight: 400;
}
h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #2e2e2e;
}
h4 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #2e2e2e;
}
.btn {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px 30px;
  border-radius: 6px;
  border: solid 2px #28a8e0;
  display: inline-block;
  color: #28a8e0;
  text-decoration: none;
}
.btn.btn-primary {
  border-color: #28a8e0;
  background-color: #28a8e0;
  color: #fff;
  font-weight: 500;
}
.btn.btn-primary:hover {
  background-color: #1b8aba;
  color: #eee;
}
.btn:hover {
  text-decoration: none;
  color: #1b8aba;
  border-color: #1b8aba;
}
.donate-form {
  display: inline-block;
  margin-left: 5px;
}
.donate {
  border: none;
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}
.donate span {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fafafa, 0%, #eaeaea, 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffeaeaea', GradientType=0);
  border: 1px solid #b7b7b7;
  border-bottom-color: #888;
  display: block;
  padding: 2px 5px 2px 4px;
  color: #111;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
  font: bold 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 20px;
  position: relative;
}
.donate span:hover {
  color: #fff;
  text-decoration: none;
  background-color: #28a8e0;
  text-shadow: 0 1px 0 #14698e;
  background-image: none;
  border-color: #1b8aba;
}
.donate span:before {
  content: " ";
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMyOUYyMjMyNTAzNDExRTM4RjkxRjY4OERCMDI3N0ZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMyOUYyMjMzNTAzNDExRTM4RjkxRjY4OERCMDI3N0ZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzI5RjIyMzA1MDM0MTFFMzhGOTFGNjg4REIwMjc3RkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzI5RjIyMzE1MDM0MTFFMzhGOTFGNjg4REIwMjc3RkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BnPLgAAAENklEQVR42tRVTUxjVRT+3usr7WtLy//wV0YIIFBLJwYNkChOnGCMCZMYEo2uTMRodKFxdi5cqUwMKxdG3ao4sxuTyWAwJIoybQBxhkmGQAoMM/xJSynQn9f29fndpyXMj8bNLDzJyXt9997vnvOd75xKhmHgYZiMh2TKvR80TauOx+PuWCxWmclkLJIk5elWukpbLS8vX3Y6nZLFYkn9J+Ctra1HQ6HQe0tLSy+n05rHZrfDoapQHQ5YrVbIkgRJlpDP5zN2m22+qanpemtr65jL5brM44l7gSXBcTAYfH109LuvVKcLrS0tKCku5kIOei6FXCYBxWKF010Kt6cMqsuNREpDOBzmehb9/f3nvF7vyH3Aa2trJz45f36rvs4Lh5zByo0gbi0vIBb5A6mshlwuL7bBYpGh2uyoqj2J9s4n0P3M89AMBalkQvf7/V8uLi4u2Gy2+q6uri9qamrWpWAo9NTFCxd/jqzewOK1n2Dk09AJlaNYstm7q0w2TLfSVacHz734GvxPnsby8rK5J5Vihrnc7aGhoReUvJ5HW2sTLvxyGdE4QY2/DjNI6Lr5+Du3Y+/cY0nGMRsK4sTJdtR7vR+fHRj4TNf1V4aHh0fm5uYSCjnOO1wefPr51/j+0iVM/HAFG2thxON7BDIgGyYODAEsW1BWVomGphY8ffoMfIEAZmd/g+8xf5gFztO/kWV5JJvNHiqVlRWYn78Om13Fu++fw1tvv4M7t29hZWUVWlrD4T4vkGS43B4U2YrAQsGuOnBwcIjV1RVmleNlvA2IRiKRwObmJnp7e8sV6lJUB3t7e6A+4XIVo8PnR+epxykx2cybEiPfWSQSScRiu9jd3eX7ockpQdHY2HiHmZeNj4+fKaaiOjs70woXbtI/2tnZ+aC0tJTRSWYUQrtsAgg5siBgsyCZTJouLiGf5tPn84kLuiYmJl6amZl5dnBwcKCqqmrT1PHCwoI0PT291tzcXF9SUgI7m6OoqOgIWACwI80IC+AHBwdgMGhrawtTFdsbGxuRnp6eN/v6+jaPGkTY2NiYO51OX6muru51sNsURTkCFtEJYOHcQxoSJh288GpFRcWHHo8nzaCm6+rqNGZs3NXSHR0d6cnJyeT6+rrJG8UOVvgIuECHiDoajWJ/fx/t7e3XyOePTF0EYSWMo9De0vGxydY+Rb/KaO2MxKSkAC6iFZFub2+bVLDbRgOBwKsClBnaeUbl3t0HTrfu7u7fOdW6WIRfOYw84psoolCFoEA4h44A/bahoeENqkgmIPHkDD113xASxjRlFsyU3tTUlEpgC+eIypQbSMUjXNNra2unOdWi1LLMSA23281BZ9MInnzgdCsYAWzkSiv8ZrUlMZO5Ryef5kY2gRjMQjViJnOampb9V+DjxkvMNbpdzH9RbboAEsM/W6j+P5n0v/vP+1OAAQAqLhyT7hjz3gAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  z-index: 1;
  position: absolute;
  left: 3px;
  top: 3px;
}
.donate-pixel {
  position: absolute;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
th {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
  color: #dddddd;
}
td {
  padding: 10px 10px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
/* * * * * * * * * * * * * * * * * * * * *
* Meny
* * * * * * * * * * * * * * * * * * * * */
.menu {
  padding: 0 20px;
  z-index: 100;
  margin: 0;
  background-color: #2e2e2e;
}
.menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.menu a {
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.menu a:hover,
.menu a.active {
  color: #eee;
}
.menu a.active {
  font-weight: 500;
  color: #2e2e2e;
}
.menu-sub {
  margin: -40px 0 20px;
  color: #ccc;
  background-color: #edf4f4;
  font-size: 14px;
  font-size: 1.4rem;
}
.menu-sub:before,
.menu-sub:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.menu-sub:after {
  clear: both;
}
.menu-sub ul {
  padding: 15px 0 13px;
  margin: 0;
}
.menu-sub li {
  display: inline-block;
  margin-right: 20px;
}
.menu-sub li.active a {
  color: #222;
}
.example-header {
  margin-bottom: 15px;
}
.example-header h1 {
  margin-bottom: 0;
}
.example-header p {
  margin-top: 10px;
}
.continue {
  margin-top: 30px;
  border-top: solid 1px #eee;
  padding-top: 15px;
  text-align: right;
  font-weight: bold;
  color: #222;
}
.footer {
  clear: both;
  width: 100%;
  height: 20px;
  padding: 20px 0;
  background-color: #111;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #edf4f4;
}
.footer .misc-share-button {
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.footer .tweet {
  width: 100px;
}
.footer .facebook {
  width: 90px;
}
.footer .facebook .fb_iframe_widget span {
  vertical-align: top !important;
}
/* * * * * * * * * * * * * * * * * * * * *
* Start page
* * * * * * * * * * * * * * * * * * * * */
.intro {
  margin: 50px auto;
  max-width: 900px;
  padding: 30px;
  box-sizing: border-box;
}
.intro:before,
.intro:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.intro:after {
  clear: both;
}
.intro .intro-logo {
  text-align: center;
  float: left;
  width: 30%;
}
.intro .intro-logo img {
  max-width: 80%;
}
.intro .intro-text {
  float: left;
  width: 70%;
}
.intro .intro-text h1 {
  font-size: 72px;
  font-size: 7.2rem;
  margin: 0 0 1px;
}
.intro .intro-text h1 small {
  font-size: 30px;
  font-size: 3rem;
  color: #888888;
}
.intro .intro-text h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0 0 25px;
  color: #888888;
}
.intro .intro-text h2 a {
  font-weight: 500;
}
.intro .intro-text h2 em {
  color: #222222;
}
.intro .intro-text .btn {
  margin-right: 10px;
}
.misc {
  clear: both;
  background-color: #edf4f4;
  padding: 30px;
  margin: 0 -30px -30px;
  color: #333;
}
.misc:before,
.misc:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.misc:after {
  clear: both;
}
.misc h3 {
  margin: 0 0 5px;
}
.misc .misc-share {
  margin-bottom: 5px;
}
.misc .misc-carbon {
  float: right;
  width: 300px;
  height: 118px;
  background-color: #ddeaea;
  border-radius: 7px;
  margin-left: 20px;
  position: relative;
}
.misc .misc-carbon #carbonads-container {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.misc .misc-author .misc-author-pic {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}
.misc .misc-author h4 {
  margin-top: 0;
  margin-bottom: 4px;
}
.misc .misc-author p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #484848;
  margin-top: 0;
  margin-bottom: 10px;
}
.loaded .misc-carbon:before {
  content: "Everytime you hide an ad... An open source developer goes to go to bed instead of buying a coffee :'(\A <--- Cheat? Donate! :D";
  white-space: pre-wrap;
  width: 260px;
  display: block;
  text-align: center;
  left: 20px;
  top: 20px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: monaco, monospace;
}
.startpage-quotes {
  padding: 60px 0;
}
.startpage-quotes:before,
.startpage-quotes:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.startpage-quotes:after {
  clear: both;
}
.startpage-quotes .startpage-quotes-quote {
  width: 33%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.startpage-more-examples {
  clear: both;
  border-top: solid 1px #eee;
}
.startpage-more-examples ul {
  padding: 0 !important;
  margin: 0;
}
.startpage-more-examples li {
  display: inline-block;
  margin-right: 15px;
}
.startpage-examples .startpage-example {
  display: none;
}
.startpage-examples .startpage-example:before,
.startpage-examples .startpage-example:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.startpage-examples .startpage-example:after {
  clear: both;
}
.startpage-examples .startpage-example.active {
  display: block;
}
.docs-content .startpage-example pre {
  margin: 0;
  padding: 30px;
}
.annotated-examples {
  background-color: #2e2e2e;
  margin: -30px -30px 0;
}
.annotated-examples:before,
.annotated-examples:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.annotated-examples:after {
  clear: both;
}
.annotated-examples > h2 {
  max-width: none !important;
  text-align: center;
}
.annotated-code {
  float: left;
  width: 65%;
}
.annotated-code .startpage-example-html {
  position: relative;
  border-bottom: solid 1px #fff;
}
.annotated-code .nav-pills {
  border-bottom: solid 1px #fff;
  background-color: #edf4f4;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.annotated-code .nav-pills:before,
.annotated-code .nav-pills:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.annotated-code .nav-pills:after {
  clear: both;
}
.annotated-code .nav-pills > li {
  width: 33%;
  float: left;
  text-align: center;
  margin: 0;
  border-right: solid 1px #fff;
}
.annotated-code .nav-pills > li:last-child {
  border-right: none;
}
.annotated-code .nav-pills > li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.annotated-code .nav-pills > li.active > a {
  color: #2e2e2e;
}
.annotated-code .nav-pills > li > a {
  display: block;
  transition: all 0.2s ease-in-out;
  padding: 10px 0;
  text-decoration: none;
}
.annotated-code .nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.annotated-list {
  float: left;
  width: 35%;
  padding: 15px 30px;
  box-sizing: border-box;
}
.annotated-list:before,
.annotated-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.annotated-list:after {
  clear: both;
}
.annotated-list .list {
  padding-top: 20px;
}
.annotated-list .list > div {
  padding: 10px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.annotated-list .avatar {
  max-width: 150px;
}
.annotated-list .avatar img {
  max-width: 100%;
}
.annotated-list h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 3px;
  font-weight: bold;
  color: #fff;
}
.annotated-list p {
  margin: 0;
  color: #eee;
}
.annotated-list input {
  border-radius: 25px;
  padding: 7px 14px;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.2);
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 5px;
}
.annotated-list input:focus {
  outline: none;
  border-color: #aaa;
}
.annotated-list .sort {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 15px;
  border-radius: 25px;
  border: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 2px 0;
}
.annotated-list .sort:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.annotated-list .sort:focus {
  outline: none;
}
.annotated-list .sort:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -4px;
}
.annotated-list .sort.asc:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  content: "";
  position: relative;
  top: 11px;
  right: -4px;
}
.annotated-list .sort.desc:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  content: "";
  position: relative;
  top: -9px;
  right: -4px;
}
/* * * * * * * * * * * * * * * * * * * * *
* Examples
* * * * * * * * * * * * * * * * * * * * */
.nav-tabs .active a {
  background-color: #edf4f4 !important;
}
/* * * * * * * * * * * * * * * * * * * * *
* Performance
* * * * * * * * * * * * * * * * * * * * */
#size {
  margin-left: 100px;
  width: 590px;
}
#time-table {
  margin-bottom: 40px;
}
#performance-list .scroll-container {
  height: 300px;
  overflow: scroll;
  margin-bottom: 10px;
}
#performance-share {
  padding: 13px 20px 5px;
  clear: both;
  border-radius: 10px;
  margin: 0 0 50px 80px;
  width: 520px;
  border-bottom: solid 1px #666;
  background-color: rgba(255, 255, 255, 0.1);
}
/* * * * * * * * * * * * * * * * * * * * *
* Paging
* * * * * * * * * * * * * * * * * * * * */
.paging {
  padding-bottom: 10px;
  clear: both;
  float: left;
}
.paging li {
  display: block;
  float: left;
  padding: 10px 15px;
  border-radius: 50%;
}
.paging li a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  line-height: 14px;
}
.paging li.active a {
  font-weight: bold;
  color: #eee;
  font-size: 18px;
  margin: -1px;
}
.paging li a:hover {
  color: #eee;
}
/* * * * * * * * * * * * * * * * * * * * *
* Documentation
* * * * * * * * * * * * * * * * * * * * */
.docs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.docs-menu {
  background-color: #28a8e0;
  max-width: 250px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  flex: 1;
}
.docs-menu a {
  color: #fff;
  text-decoration: none;
}
.docs-menu ul {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.docs-menu li {
  margin-bottom: 4px;
}
.docs-menu li.active {
  font-weight: 700;
  color: #fff;
}
.docs-content {
  position: relative;
  color: #555;
  padding: 30px;
  box-sizing: border-box;
  flex: 1;
}
.docs-content h2:first-child {
  margin-top: 0;
}
.docs-content p,
.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4,
.docs-content h5 {
  max-width: 500px;
}
.docs-content p {
  line-height: 1.5;
}
.docs-content ul {
  padding-left: 30px;
}
.docs-content ul pre {
  margin-left: -60px;
  padding-left: 60px;
}
.docs-content ul ul pre {
  margin-left: -90px;
  padding-left: 90px;
}
.docs-content strong,
.docs-content b {
  color: #222;
  font-weight: bold;
}
.docs-content pre {
  background-color: #edf4f4;
  padding: 20px 30px;
  margin: 0 -30px 5px;
}
.docs-content pre code {
  background-color: transparent;
}
.docs-content li {
  margin-bottom: 5px;
}
.docs-parameter-description {
  color: #999;
  font-size: 80%;
}
.docs-top {
  display: none;
  border-bottom: solid 1px #edf4f4;
  padding: 20px;
}
.docs-top .docs-top-title {
  font-size: 50px;
  font-size: 5rem;
  color: #f59621;
  font-weight: 700;
  margin: 0;
}
/* * * * * * * * * * * * * * * * * * * * *
* Changelog
* * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * *
* Syntax coloring
* * * * * * * * * * * * * * * * * * * * */
code {
  background-color: #edf4f4;
  border: solid 1px #ddeaea;
  border-radius: 5px;
  padding: 1px 4px;
}
pre {
  padding: 30px;
  margin: 0;
  line-height: 1.7;
  color: #666;
}
pre code {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
pre,
code {
  font-family: monospace, 'monaco', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
pre code .annotation {
  background-color: #f59621;
  color: #fff;
  padding: 2px 6px;
  border-radius: 11px;
  cursor: help;
}
pre code .annotation:hover {
  background-color: #d97c0a;
}
