h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Muli", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  color: #272E39; }

body {
  color: #9DA6A7;
  font-family: "Muli", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 16px; }

.navbar-header,
.navbar-default {
  background-color: #fff; }

.navbar-nav .btn-success {
  color: #fff !important; }

.navbar-nav .btn-success:hover {
  background-color: #4cae4c !important; }

@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 8px; } }

.content {
  padding-top: 20px; }

.promo-bar {
  text-align: center;
  background-color: #272e39;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px; }
  .promo-bar a {
    color: #fff;
    text-decoration: none; }
  .promo-bar img {
    height: 20px; }

.markdown {
  color: #333333; }
  .markdown p {
    line-height: 1.6;
    margin-bottom: 15px; }
  .markdown img {
    max-width: 100%; }
  .markdown ol,
  .markdown .content ul {
    margin-bottom: 15px; }
  .markdown ol {
    padding-left: 0;
    counter-reset: item; }
  .markdown ol li {
    display: block;
    list-style-position: outside;
    margin-left: 15px; }
  .markdown ol li:before {
    content: counter(item) ".  ";
    counter-increment: item;
    font-weight: bold; }
  .markdown li {
    line-height: 1.6;
    margin-bottom: 6px; }
  .markdown li > p:first-child {
    display: inline; }
    .markdown li > p:first-child > img {
      display: block;
      margin: 10px 0 20px 20px;
      margin-top: 10px;
      margin-left: 20px; }
  .markdown h1 {
    font-size: 28px;
    font-weight: bold; }
  .markdown h2,
  .markdown h3,
  .markdown h4 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px; }
  .markdown h2 {
    font-size: 23px;
    margin-top: 34px;
    font-weight: bold; }
  .markdown h4,
  .markdown h5,
  .markdown h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold; }
  .markdown figure {
    margin-top: 20px;
    padding: 10px;
    border: solid 1px #9DA6A7; }
    .markdown figure h4 {
      border: none;
      font-size: 16px;
      margin-top: 0;
      font-weight: 800; }
  .markdown table {
    border-collapse: collapse !important;
    width: 100%;
    margin-bottom: 20px; }
    .markdown table td,
    .markdown table th {
      background-color: #fff !important;
      border: 1px solid #ddd !important;
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top; }
    .markdown table td > code {
      line-height: 28px; }
  .markdown i.header-anchor {
    margin-left: 7px;
    color: #9DA6A7; }
  .markdown .option > code {
    display: inline-block;
    margin-bottom: 7px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 3px; }
  .markdown img.screenshot {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 15px 0;
    display: block;
    max-width: 100%;
    height: auto; }

.btn-primary {
  background-color: #67ab49;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  margin-top: 15px;
  text-decoration: none !important; }

.btn-primary:focus, .btn-primary:hover {
  background-color: #14892c;
  color: #fff;
  text-decoration: none !important; }

.btn-arrow {
  position: relative; }

.btn-arrow-left {
  margin-left: 7px; }

.btn-arrow:after, .btn-arrow:before {
  position: absolute;
  line-height: 0;
  content: ''; }

.btn-arrow:before {
  z-index: 10; }

.btn-arrow:after {
  z-index: 9; }

.btn-arrow-left:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  margin-top: -6px; }

.btn-arrow-left:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  margin-top: -8px; }

.btn-default.btn-arrow-left:before {
  border-right: 6px solid #fff;
  left: -6px; }

.btn-default.btn-arrow-left:after {
  border-right: 8px solid #ccc;
  left: -8px; }

.btn-default.btn-arrow-left.focus:before, .btn-default.btn-arrow-left:focus:before {
  border-right-color: #e6e6e6; }

.btn-default.btn-arrow-left.focus:after, .btn-default.btn-arrow-left:focus:after {
  border-right-color: #8c8c8c; }

.btn-default.btn-arrow-left:hover:before {
  border-right-color: #e6e6e6; }

.btn-default.btn-arrow-left:hover:after {
  border-right-color: #adadad; }

#banner p > a {
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
  border-bottom: solid 1px #fff; }

#banner p > a:hover {
  color: #d7d7d7;
  text-decoration: none;
  border-color: #d7d7d7; }

img.screenshot {
  vertical-align: bottom;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 15px 0;
  max-width: 100%;
  height: auto;
  display: block; }

.top-buffer {
  margin-bottom: 40px; }

.team-member {
  text-align: center;
  margin-bottom: 50px; }

.team-member img {
  margin: 0 auto;
  width: 200px;
  border: 0px solid grey; }

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none; }

.team-member p {
  margin-top: 0; }

.checkbox-list > ul > li {
  list-style-image: url(../img/checked_checkbox--md5--e1a6e829dff57cabfaf6e5f45173bd41.png); }

.build-engines-docs img {
  max-width: 100%; }

.panel-heading > h3 {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  font-size: 18px !important; }

#pricing {
  margin-top: 50px; }
  #pricing .sub-header {
    color: #9DA6A7;
    margin-bottom: 30px; }
  #pricing .pricing-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #pricing .pricing-plans .plan {
      display: flex;
      flex-direction: column;
      flex: 0 0 300px;
      border-radius: 4px;
      margin: 10px;
      border: 1px solid #eeeeee;
      text-align: center; }
      #pricing .pricing-plans .plan ul {
        padding: 0;
        list-style: none;
        flex: 1 1 auto; }
        #pricing .pricing-plans .plan ul li {
          font-size: 14px;
          color: black;
          padding: 10px;
          border-bottom: 1px solid #eeeeee; }
      #pricing .pricing-plans .plan .btn {
        width: calc(100% - 20px);
        margin: 10px; }
  #pricing .plan.pro {
    border-top: solid 5px #24699D; }
    #pricing .plan.pro i.fa {
      color: #9DA6A7; }
  #pricing .pricing-copy {
    max-width: 660px;
    margin: 0 auto 20px auto; }
  #pricing .price h2 {
    display: inline-block;
    font-size: 42px !important;
    margin: 0 !important; }
  #pricing .price sup.currency {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -15px;
    margin-right: 3px; }
  #pricing .price .period {
    font-size: 20px;
    display: inline-block;
    margin-left: 3px; }

#docs-menu {
  margin-top: 30px; }
  #docs-menu li.active > a {
    color: #707070;
    font-weight: bold; }
  #docs-menu a.whats-new i {
    display: inline-block;
    margin-left: 5px;
    color: #f91; }
  #docs-menu .submenu li {
    font-size: 14px; }
    #docs-menu .submenu li a:hover {
      text-decoration: none;
      background-color: #eeeeee; }

.generator-section {
  text-align: center;
  margin-bottom: 10px; }

#features .sub-header {
  color: #9DA6A7;
  margin-bottom: 50px; }

#features .row {
  margin-top: 30px; }

#features .col-md-4 a {
  display: block;
  position: relative;
  padding-left: 60px;
  text-decoration: none; }
  #features .col-md-4 a h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold; }
  #features .col-md-4 a p {
    color: #272E39; }

#features svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 10px;
  fill: #272E39; }

#features .col-md-4:hover h3 {
  color: #24699D; }

#features .col-md-4:hover svg {
  fill: #24699D; }

#features .features-icon {
  position: absolute;
  top: 0px;
  left: 10px; }
  #features .features-icon img {
    opacity: 0.7;
    height: 30px; }

#features p.features-copy {
  color: #222222;
  font-size: 15px; }

.blog-list {
  margin-top: 30px; }
  .blog-list a.blog-item {
    display: block;
    background-color: #eeeeee;
    padding: 15px;
    height: 250px;
    cursor: pointer; }
    .blog-list a.blog-item .date {
      color: #9DA6A7;
      font-size: 14px;
      margin-bottom: 10px; }
    .blog-list a.blog-item:hover {
      text-decoration: none;
      background-color: #c8d6f5; }
    .blog-list a.blog-item > h3 {
      margin-top: 0;
      border: none;
      font-size: 21px;
      font-weight: bold; }
    .blog-list a.blog-item > p {
      color: #272E39; }
  .blog-list div.row {
    margin-bottom: 20px; }

.marketing-feature-showcase--screenshot {
  vertical-align: bottom;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 15px 0; }

.marketing-feature-showcase--heading {
  font-size: 24px;
  margin-top: 30px;
  text-align: left; }

.marketing-feature-showcase--description {
  margin-top: 15px;
  text-align: left; }

.marketing-feature-showcase--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }

.marketing-feature-showcase--column {
  margin-right: 30px; }

.post-preview {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d7d7d7; }
  .post-preview > p {
    margin-top: 10px; }

#post p.publish-date {
  font-style: italic; }

#post h1 {
  font-size: 32px;
  line-height: 40px; }

.blog-sidebar {
  margin-top: 20px; }
  .blog-sidebar h3 {
    font-size: 18px;
    font-weight: bold; }
  .blog-sidebar hr {
    margin: 10px 0; }

.blog-footer h3 {
  font-size: 20px;
  font-weight: bold; }

.blog-footer a.login-link {
  display: inline-block;
  margin-top: 8px; }

pre {
  border: none;
  background-color: inherit; }

.top-alert {
  background-color: #3259b3;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  text-align: center; }
  .top-alert i {
    margin-right: 5px; }
  .top-alert a {
    color: #fff;
    display: inline-block;
    margin-left: 5px; }
    .top-alert a:hover {
      text-decoration: underline;
      color: #fff; }

.jumbotron {
  background-color: #4E7CE5;
  padding: 20px 0 40px;
  color: #FFFFFF; }
  .jumbotron p.sub-title {
    max-width: 600px;
    display: inline-block; }
    .jumbotron p.sub-title a {
      color: #fff;
      opacity: 0.8;
      text-decoration: none; }
    .jumbotron p.sub-title a:hover {
      opacity: 1;
      text-decoration: underline; }
  .jumbotron h1.desktop,
  .jumbotron h1 {
    font-size: 38px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 45px;
    position: relative;
    -webkit-font-smoothing: antialiased; }
    .jumbotron h1.desktop img.jamstack,
    .jumbotron h1 img.jamstack {
      position: absolute;
      top: 0;
      left: 645px;
      width: 150px; }
  .jumbotron h1.mobile {
    display: none; }
  .jumbotron a {
    color: #fff; }
  .jumbotron p {
    font-size: 18px;
    margin: 10px 0 15px; }
  .jumbotron pre {
    color: #fff;
    display: inline-block;
    background-color: #3259B3;
    font-size: 22px; }

.navbar {
  height: 55px;
  margin-bottom: 0; }
  .navbar a.mobile-search {
    display: none; }

.navbar-nav {
  height: 50px;
  display: flex;
  align-items: center; }
  .navbar-nav a.whats-new i {
    color: #f91; }

.navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 8px;
  line-height: 1; }

.nav.navbar-nav.navbar-right .search-link span {
  display: none; }

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  width: 160px; }
  @media (min-width: 992px) {
    .navbar-brand {
      width: 200px; } }
  .navbar-brand img {
    width: 100%;
    height: auto; }

.footer {
  margin-top: 0px;
  padding: 20px 0;
  text-align: center;
  font-size: 13px; }
  .footer ul.quicklinks {
    margin-bottom: 0;
    text-align: center;
    list-style-type: none;
    text-transform: none;
    line-height: 20px;
    text-align: right;
    padding: 0; }
    .footer ul.quicklinks li {
      display: inline-block;
      margin-left: 10px; }
    .footer ul.quicklinks li:first-child {
      margin-left: 0; }
  .footer .copyright {
    text-transform: none;
    line-height: 20px; }

.homepage-testimonial {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 25px 0 10px 0;
  background-color: #4E7CE5;
  color: #fff; }
  .homepage-testimonial .carousel-control.left,
  .homepage-testimonial .carousel-control.right {
    background-image: none !important; }
  .homepage-testimonial li.item.active {
    display: block !important; }
  .homepage-testimonial ol.carousel-inner > li.item {
    height: 300px;
    margin: 0 130px; }
    .homepage-testimonial ol.carousel-inner > li.item > div {
      display: table; }
    .homepage-testimonial ol.carousel-inner > li.item blockquote {
      width: 900px;
      display: table-cell;
      vertical-align: middle;
      font-size: 22px;
      font-style: italic;
      line-height: 1.5;
      letter-spacing: 0.9px;
      border: none; }
      .homepage-testimonial ol.carousel-inner > li.item blockquote cite {
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        margin: 5px 0 0;
        font-style: normal; }
        .homepage-testimonial ol.carousel-inner > li.item blockquote cite a {
          color: white;
          display: inline-block;
          opacity: 0.5; }
        .homepage-testimonial ol.carousel-inner > li.item blockquote cite a:hover {
          opacity: 1;
          text-decoration: underline; }
      .homepage-testimonial ol.carousel-inner > li.item blockquote cite:before {
        content: "\2014 \2009"; }
    .homepage-testimonial ol.carousel-inner > li.item blockquote:before {
      display: block;
      font-size: 80px;
      font-family: serif;
      position: absolute;
      left: -30px;
      top: -9px;
      content: "\201C"; }
    .homepage-testimonial ol.carousel-inner > li.item div.photo {
      display: table-cell;
      vertical-align: middle;
      width: 200px;
      margin-right: 20px; }
  .homepage-testimonial .carousel-indicators {
    bottom: 0px; }

.marketing-plans--heading {
  font-size: 45px;
  margin-top: 20px; }

.marketing-plans--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0 auto; }

.pricing-table {
  margin-top: 25px; }

.legal-header {
  margin-top: 0px; }

div.alert {
  font-size: 15px;
  border-radius: 3px;
  line-height: 1.6;
  padding: 15px;
  padding-left: 45px;
  position: relative;
  margin-top: 25px; }
  div.alert .header {
    font-size: 22px;
    margin-bottom: 10px; }

div.alert > p:last-child {
  margin-bottom: 0; }

div.alert.warning {
  color: #613a00;
  background-color: #ffe3c8;
  border: 1px solid #dca874; }

div.alert.warning:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 11px;
  left: 10px;
  content: "\f071";
  font-size: 20px; }

div.alert.tip {
  color: #264c72;
  border: 1px solid #97c1da;
  background-color: #d8ebf8; }

div.alert.tip:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 11px;
  left: 10px;
  content: "\f0eb";
  font-size: 23px; }

div.alert.footnote {
  border: 1px solid #ddd;
  background-color: #f8f8f8; }

div.alert h3 {
  margin-top: 0 !important;
  font-size: 18px !important; }

code,
span.code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #205081;
  background-color: #f8f8f8; }

td > code {
  border: none;
  color: inherit; }

pre {
  height: auto;
  overflow: auto;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: pre !important; }

pre > code {
  border: none; }

li > pre {
  margin-top: 12px; }

.algolia-autocomplete {
  margin-top: 4px; }

.cli {
  background-color: #2a2a2a;
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
  color: #ffffff; }
  .cli span.prompt {
    color: #77b6ec; }
  .cli span.comment {
    margin-left: 20px;
    color: #bebec5; }

.terminal-section {
  margin-top: -55px; }
  @media screen and (max-width: 800px) {
    .terminal-section {
      display: none; } }

.terminal {
  width: 740px;
  height: 360px;
  margin: 0 auto;
  border: solid 2px #eeeeee;
  border-top: solid 40px #eeeeee;
  border-radius: 4px 4px 0 0;
  position: relative;
  background-color: #272e39;
  color: #FFFFFF;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 15px; }
  .terminal pre {
    border: none;
    background-color: inherit;
    font-size: 16px;
    color: inherit;
    border: none;
    padding: 0; }
    .terminal pre code {
      display: inline-block;
      color: #fff; }
    .terminal pre code.prompt {
      margin-right: 10px;
      color: #707070; }
    .terminal pre code.cursor {
      background-color: #fff;
      display: inline-block; }
  .terminal .typed-cursor {
    background-color: #fff; }
  .terminal .spinner {
    display: block; }
  .terminal .spinner:after {
    content: "_";
    color: #fff;
    animation: terminalSpinner 0.4s infinite; }
  .terminal .learn-more {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #29d029;
    cursor: pointer; }

.terminal::before {
  display: block;
  position: absolute;
  top: -27px;
  left: 12px;
  width: 16px;
  height: 16px;
  background-color: #ff6159;
  border-radius: 16px;
  box-shadow: 0 0 0 0 #ff6159, 22px 0 0 0 #ffbd2e, 44px 0 0 0 #28ca42;
  content: ""; }

.generatorMenuText {
  margin: 10px 0 0; }

.generatorMenu {
  display: flex; }
  .generatorMenu > ul {
    display: flex;
    padding: 0;
    margin: 20px auto; }
    .generatorMenu > ul li {
      list-style: none; }
      .generatorMenu > ul li a {
        position: relative;
        padding: 10px;
        display: block;
        height: 100%;
        border-bottom: 2px solid #eeeeee;
        background-color: #FFFFFF;
        border-radius: 4px 4px 0 0;
        transition: background-color 150ms ease; }
        .generatorMenu > ul li a:hover {
          background-color: #F4F7F7; }
        .generatorMenu > ul li a > i.fa {
          position: absolute;
          right: 10px;
          bottom: 10px;
          font-size: 10px; }
        .generatorMenu > ul li a > i.fa-play-circle-o {
          display: none; }
      .generatorMenu > ul li.active a {
        border-color: #4E7CE5; }
      .generatorMenu > ul li.inactive {
        opacity: 0.3; }
  .generatorMenu img {
    max-width: 140px;
    height: auto; }

@keyframes cursorBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes terminalSpinner {
  0% {
    content: "-"; }
  25% {
    content: "\\"; }
  50% {
    content: "|"; }
  75% {
    content: "/"; }
  100% {
    content: "-"; } }

section.plugins {
  margin-top: 25px; }
  section.plugins div.row {
    margin-bottom: 20px; }
  section.plugins a.plugin {
    display: block;
    position: relative;
    background-color: #eeeeee;
    padding: 15px;
    height: 150px;
    cursor: pointer; }
    section.plugins a.plugin > h3 {
      margin-top: 0;
      border: none; }
    section.plugins a.plugin > span {
      color: #272E39; }
    section.plugins a.plugin > img.partner-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 30px; }
  section.plugins a:hover {
    text-decoration: none;
    background-color: #c8d6f5; }

.d3 {
  width: 960px;
  overflow: auto; }
  .d3 svg {
    width: 5000px;
    overflow-x: scroll; }

.bar {
  fill: steelblue; }

.bar:hover {
  fill: brown; }

.axis {
  font: 10px sans-serif; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.x.axis path {
  display: none; }

/*
Some overrides for small screens
*/
@media only screen and (max-width: 768px) {
  .navbar-default {
    position: relative;
    z-index: 1; }
    .navbar-default a.mobile-search {
      display: block;
      float: right;
      margin-top: 5px;
      margin-right: 10px;
      color: gray; }
    .navbar-default form.navbar-form[role="search"] {
      display: none; }
    .navbar-default #goto-dashboard {
      display: none; }
  .navbar-collapse {
    background-color: #fff;
    padding: 0;
    margin: 0 -20px; }
    .navbar-collapse .nav {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0; }
      .navbar-collapse .nav > li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee; }
        .navbar-collapse .nav > li a {
          padding: 10px; }
      .navbar-collapse .nav .login-link {
        color: inherit !important;
        background-color: inherit !important; }
      .navbar-collapse .nav > li.search-link span {
        display: inline-block !important;
        margin-left: 8px; }
  .jumbotron h1.desktop {
    display: none; }
  .jumbotron h1.mobile {
    font-size: 38px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 34px;
    position: relative;
    display: block; }
    .jumbotron h1.mobile img.jamstack {
      width: 120px;
      left: 227px; }
  .copyright {
    display: inline-block;
    margin-bottom: 20px; }
  .quicklinks {
    text-align: center !important; }
  .jumbotron.slack .slack-logo {
    display: none; }
  #features .row {
    margin-top: 0px; }
  #features a {
    padding-left: 0px !important;
    margin-bottom: 30px; }
  #features svg {
    display: none; }
  #pricing {
    margin-top: 0px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .content {
    padding-top: 10px; }
  .navbar-brand {
    margin-left: 10px; }
  .marketing-testimonial--content {
    width: 100%; }
  .homepage-testimonial {
    display: none; }
  #post h1 {
    font-size: 26px;
    line-height: 32px; }
  #post h2 {
    font-size: 18px;
    margin-top: 24px; }
  #post h4,
  #post h5,
  #post h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px; }
  .jumbotron h1 {
    font-size: 38px; }
    .jumbotron h1 img.jamstack {
      position: absolute;
      top: 0;
      left: 180px;
      width: 150px; }
  .jumbotron pre {
    font-size: 18px; }
  #pricing .marketing-plans--dollar {
    font-size: 28px;
    top: -5px; }
  #pricing .marketing-plans--price {
    font-size: 35px; } }

.search-result {
  margin-bottom: 15px; }
  .search-result cite {
    display: block;
    font-style: normal;
    color: darkgreen;
    margin-bottom: 4px; }
  .search-result h3 {
    font-size: 2.0rem;
    margin-bottom: 5px; }
  .search-result h3 > a {
    text-decoration: none; }
  .search-result h3 > a:hover {
    text-decoration: underline; }
  .search-result .snippet {
    color: #333333 !important; }
    .search-result .snippet em {
      font-style: normal;
      font-weight: 600; }

#quickStarts .nav-pills {
  margin-bottom: 20px; }
  #quickStarts .nav-pills li.active a {
    color: #707070;
    background-color: inherit;
    font-weight: bold; }
  #quickStarts .nav-pills li a:hover {
    border-radius: 0; }

#quickStarts .quickstart {
  display: flex;
  margin-bottom: 25px;
  background-color: #eeeeee;
  padding: 10px; }
  #quickStarts .quickstart .details {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between; }
  #quickStarts .quickstart a.screenshot img {
    border: solid 1px #707070;
    display: block;
    margin: 0 15px 0 0;
    max-width: 250px;
    border-radius: 0; }
  #quickStarts .quickstart a.screenshot a.source {
    font-size: 13px; }
  #quickStarts .quickstart h3 {
    margin-top: 5px;
    font-size: 20px; }
  #quickStarts .quickstart p.description {
    color: #272E39;
    font-size: 14px;
    margin-bottom: 5px; }
  #quickStarts .quickstart .input-group .form-control {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 4px 8px;
    background-color: #FFFFFF; }
  #quickStarts .quickstart .buttons {
    margin-top: 15px; }
    #quickStarts .quickstart .buttons a.btn {
      font-weight: 600; }
