/* Styles for DevSite chrome */
/* Hide the language selection widget. */
form.devsite-utility-footer-language {
  display: none;
  visibility: hidden;
}
/* Uncomment this to Hide the header search widget. */
/*
form#top-search.devsite-search-form {
  display: none;
  visibility: hidden;
}
*/
/* Uncomment this to Hide the header "All Products" link. */
/*
a.devsite-header-link {
  display: none;
  visibility: hidden;
}
*/

/* Styles for _index.yaml and apply/_index.yaml */
.launchpad {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}
.devsite-product-description .launchpad {
/* There is no longer text in the header. */
/*  font-size: 34px; line-height: 40px;   */
  /* Center the header image. */
  text-align: center;
}
.devsite-landing-page .devsite-product-description-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.tag-line {
  text-align: center;
  margin-bottom: -40px;
}
.devsite-uhura .tag-line {
  margin-bottom: 0;
}
.accelerator-banner {
  background: url(/National_Library/20170120055045oe_/https://developers.google.com/startups/images/accelerate.png) 0 0 / 100% no-repeat;
  margin: 40px calc(-50vw + 50%);
  padding: 40px 80px;
  text-align: left;
}
.building-banner {
  margin: 40px calc(-50vw + 50%);
  padding: 40px 80px;
  text-align: left;
}
.building-banner img {
  float: right;
  margin-top: -40px;
}
/* Styles for space.md */
.space-logo {
  background-color: #90d5dc;
  color: white;
  clear: both;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  width: 100%;
}
