.kd-tabbed-horz {
  font-size: 16px;
  line-height: 24px;
  max-width: 900px;
  margin: auto;
}
.hero {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 600px) {
  .hero .devsite-landing-row-description {
    max-width: 40%;
  }
  .hero {
    background: white url(/certification/associate-android-developer/assets/hero-devsite.png) no-repeat;
    background-position: 100% 100%;
    background-size: auto 230px;
    height: 320px;
  }
}
@media only screen and (min-width: 960px) {
  .hero {
    background-size: auto 300px;
    height: 340px;
  }
}

.devsite-landing-row-item-image {
  align-self: center;
}

.android-cert-steps img {
  height: 128px;
  width: 128px;
}

.expand-control:not(.exw-expanded) .show-less {
  display: none;
}

.expand-control.exw-expanded > .show-less {
  display: inline;
}

.expand-control.exw-expanded > .show-more {
  display: none
}

.android-cert-steps,
.footer-cta,
.kd-buttonbar {
  text-align: center;
}

.footer-cta .devsite-landing-row-item {
  padding: 0 0 40px;
}

.footer-cta .devsite-landing-row-description {
  font-size: 14px;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  width: 80vw;
}

.footer-cta .devsite-landing-row-header-buttons {
  padding-top: 40px;
}

.android-cert-steps {
  margin-top: 0 !important;
}

.footer-cta .devsite-landing-row-header {
  background-image: url(/certification/images/certification-logo.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 66px 66px;
  padding-top: 100px;
  flex-direction: column;
}

.extra-space-top {
  padding-top: 20px;
}

.extra-space-bottom {
  padding-bottom: 20px;
}
