.action-button {
  height: 60px;
  width: 260px;
  font-size: 1em;
  padding: 1.3em;
}

.button-orange {
  background-color: #ff9800;
  color: #fff;
}

.button-orange:hover {
  color: #000;
}

.button-pink {
  background-color: rgb(146,25,166);
  color: #fff;
}

.button-pink:hover {
  color: #000;
}

.labeled-icons {
  list-style: none;
  padding: 0;
}

.labeled-icons li {
  margin: 10px 10px;
}

.labeled-icons li img {
  width: 127px;
  weight: 106px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}

.labeled-icons span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.bg-color1 {
  background-color: #FFB74D;
}

.bg-color2 {
  background-color: #EC407A;
}

.bg-color3 {
  background-color: #26A69A;
}

.bg-color4 {
  background-color: #FF7043;
}

.bg-color5 {
  background-color: #43B5FF;
}

.bg-color6 {
  background-color: #C0AD3A;
}

.bg-color7 {
  background-color: #7E57C2;
}

.bg-color8 {
  background-color: #5CC257;
}

.bg-color9 {
  background-color: #CE4D4D;
}

.trademark-footer {
  font: italic 13px/20px Roboto,sans-serif;
  color: #757575;
}

@media screen and
  (min-width: 800px) and (max-width: 1400px) {

  .devsite-landing-row-2-up > .devsite-landing-row-column {
    width: calc((100% - 40px)*2/3);
  }

  .devsite-landing-row-2-up > .devsite-landing-row-column:last-child {
    width: calc((100% - 40px)*1/3);
  }

}

.devsite-collapsible-section {
    background:  #203855;
}

@media screen and
  (min-width: 900px) {

  .devsite-collapsible-section {
      /* add image */
     background: url(/National_Library/20160330061658oe_/https://developers.google.com/open-source/gsoc/images/globe-header-bg.png)
                 right bottom no-repeat, #203855;
  }
}


/* Non-Retina Desktop */
@media screen and
  (min-width: 800px) {

  section .col-2:last-child {
    margin-left: 1%;
  }

  .col-2 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  h5 {
    color: #aaa;
    text-transform: uppercase;
  }

  .devsite-landing-row h5.sub-header:first-child {
    margin-top: 90px;
  }
}

@media screen and
  (min-width: 1400px) {

  .labeled-icons {
    text-align: center;
    margin-top: 4em;
  }

  .labeled-icons li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }

  .labeled-icons span {
    display: block;
    margin-left: 0;
  }

  .devsite-landing-row-2-up>.devsite-landing-row-column:first-child {
    width: calc((100% - 40px)/2);
  }

  .devsite-landing-row-2-up>.devsite-landing-row-column:last-child {
    width: calc((100% - 40px)/2);
  }
}

.labeled-icons span {
    font-weight: bold;
}

a.devsite-doc-set-nav-active.devsite-doc-set-nav-tab {
    border-bottom-color: rgb(146,25,166);
}

.devsite-top-logo-row-wrapper,  .devsite-search-wrapper{
    background: #203855;
}

.devsite-product-id-row {
  display: block;
  padding-bottom: 0px;
}
.devsite-product-description-row {
  max-width: none;
  margin: 16px 0px;
}
.devsite-product-button-row {
  margin: 24px 0 20px;
  text-align: left;
}

p a.button.button-white:first-child {
  margin-left: -8px;
}
