@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono);
/**
 * Copyright (c) 2012-2014, jcabi.com
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met: 1) Redistributions of source code must retain the above
 * copyright notice, this list of conditions and the following
 * disclaimer. 2) Redistributions in binary form must reproduce the above
 * copyright notice, this list of conditions and the following
 * disclaimer in the documentation and/or other materials provided
 * with the distribution. 3) Neither the name of the jcabi.com nor
 * the names of its contributors may be used to endorse or promote
 * products derived from this software without specific prior written
 * permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
 * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 * OF THE POSSIBILITY OF SUCH DAMAGE.
 */
body {
  margin: 0;
  padding: 20px;
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  line-height: 26px;
  background-color: lightgrey;
  color: #111111;
}
@media all and (max-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 20px;
    background-color: white;
    padding: 0;
  }
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: gray;
}

code, tt {
  background-color: #eeeeee;
  padding: 0 10px;
  font-family: "Ubuntu Mono", monospace;
}

h1 {
  font-size: 38px;
  line-height: 38px;
  font-variant: small-caps;
}

h2 {
  font-size: 34px;
  line-height: 34px;
  font-variant: small-caps;
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-variant: small-caps;
}

pre {
  border-left: 2px solid gray;
  margin-left: 20px;
  color: gray;
  padding: 20px;
  font-family: "Ubuntu Mono", monospace;
  font-size: 18px;
  overflow-x: auto;
  line-height: 20px;
}
@media all and (max-width: 1200px) {
  pre {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

table {
  background-color: white;
  border: 0;
  border-collapse: collapse;
}
table tr .a {
  background-color: #fcfcfc;
}
table tr .b {
  background-color: #fafafa;
}
table th {
  background-color: #f2f2f2;
  color: #585858;
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #fff;
}
table td {
  vertical-align: top;
  padding: 14px;
}
table td:nth-child(1) {
  width: 30%;
}

.page {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  width: 90%;
}
@media all and (max-width: 1200px) {
  .page {
    width: 100%;
  }
}

.menu-section {
  vertical-align: top;
  display: inline-block;
  width: 30%;
}
@media all and (max-width: 1200px) {
  .menu-section {
    display: none;
  }
}
.menu-section .menu {
  background-color: white;
  padding: 40px 20px 20px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media all and (max-width: 1200px) {
  .menu-section .menu {
    text-align: center;
  }
}
.menu-section .menu > li > span {
  font-variant: small-caps;
}
.menu-section .menu > li > ul {
  margin-bottom: 20px;
  border-top: 1px solid lightgrey;
}
.menu-section .menu li {
  font-weight: 700;
  color: gray;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu-section .menu li.active {
  font-weight: bold;
}
.menu-section .menu li ul {
  list-style: none;
  padding-left: 10px;
}
.menu-section .menu li ul li {
  color: #111111;
  font-weight: 400;
}
.menu-section .menu li a {
  text-decoration: none;
}

.teamed {
  margin-top: 12px;
}

.badges {
  margin-top: 12px;
  color: gray;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}
.badges li {
  display: inline;
  border: 1px solid gray;
  border-radius: 3px;
  padding: 4px;
  margin-right: 12px;
}
.badges li.menu-button {
  display: none;
  cursor: pointer;
}
.badges li.menu-button:hover {
  background-color: gray;
  color: white;
}
@media all and (max-width: 1200px) {
  .badges li.menu-button {
    display: inline;
  }
}

.legal-notes {
  margin-top: 20px;
  color: gray;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .legal-notes {
    display: none;
  }
}

.content {
  background-color: white;
  position: relative;
  padding: 60px;
}
@media all and (max-width: 1200px) {
  .content {
    padding: 20px;
  }
}

.fork-me {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 140px;
}

.right-side {
  white-space: normal;
  display: inline-block;
  width: 70%;
}
@media all and (max-width: 1200px) {
  .right-side {
    width: 100%;
  }
}

.mobile-menu {
  display: none;
}
@media all and (max-width: 1200px) {
  .mobile-menu {
    display: block;
  }
}

.logo a {
  border: 0;
}
