:root {
  --code-max-height: 60rem;
}

.icon-grid {
  width: 8rem;
  height: 8rem;
  margin: 0.2em;
  text-align: center;
  padding: 0.3em;
}

.icon-grid__line {
  height: 4rem;
}

.icon-grid__line .gdoc-icon {
  width: 3em;
  height: 3em;
}

.icon-grid__line--text {
  font-size: 0.8em;
}

.img-align-right img {
  float: right;
  padding: 15px;
  max-width: 250px;
}

.img-align-left {
  float: left;
  padding: 15px;
}

.gdoc-header {
  background: black;
  border-bottom: 0.3em solid #ffbb12;
}
.gdoc-footer {
  background: black;
}
.gdoc-footer a.gdoc-footer__link:hover,
.gdoc-footer a.gdoc-footer__link {
  color: white;
  background-image: none;
}

.gdoc-brand__img {
  margin-right: 1rem;
  width: 5rem;
  height: 2rem;
}

.gdoc-header div .gdoc-menu-header .gdoc-menu-header__items > span {
  margin-right: 21px;
}
.gdoc-header div .gdoc-menu-header .gdoc-menu-header__items > span:nth-child(4) {
margin-right: 0px;
}

.gdoc-header .doc-menu-header .gdoc-header__link {
  margin-right: 10px;
}
