.mdl-layout__tab-bar-button {
  background: #2c96ff;
}

.mdl-layout__tab-bar {
  background: #2c96ff;
}

.mdl-layout__tab-bar-container {
  box-shadow: none;
}

.course-cert {
  min-height: 0;
}

.course-cert__image {
  max-width: 100%;
}

.cert-linkedin {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-certificate-detail {
  max-width: 1024px;
}

.block-share {
  text-align: center;
}

