img.custom-product-icon {
  width: 48px !important;
  margin-bottom: 12px;
}

a.custom-help {
  margin-top: 34px;
}

ul.custom-help-menu {
  margin-bottom: 4em;
}

article.custom-help-article h1 {
  font-size: 170%;
  color: #444444;
  padding-bottom: 8px;
  border-bottom: solid 1px #999999;
}

article.custom-help-article h2 {
  font-size: 140%;
  color: #444444;
  padding-left: 8px;
  border-left: solid 4px #cccccc;
}

.video {
  position: relative;
  max-width: 400px;
  max-height: 200px;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
