.container {
  font-family: var(--mainFont);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f7f7f7;
  padding: 0px 20px;
  height: 100%;
  min-height: 750px;
}

#template-docs, #template-docs .template-markdown {
  height:100%;
}

#template-docs h1 {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height:20px;
  display:block !important;
  height: 70px;
  overflow: hidden;
  padding: 0 0 0 110px !important;
}

#template-docs h1 span:nth-of-type(1) {
  display: block
}

#template-docs h1 span:nth-of-type(2) {
  display: block;
  font-size: 16px;
}

#info-icon {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 120px;
}

#info-features {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

#info-sample {
  display: block;
  background-color: #ccc;
  width: 270px;
  text-align: center;
  color: #666 !important;
  text-decoration: none;
  line-height: 40px;
  text-shadow: none;
  border-radius: 3px;
}

#info-features li {
  margin-bottom: 0.4em;
}

#info-psd {
  display: block;
  background-color: #00CE7C !important;
  box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.5);
  width: 270px;
  text-align: center;
  color: white !important;
  text-decoration: none;
  line-height: 40px;
  text-shadow: none;
  border-radius: 3px;
  margin-bottom: 20px;
}

.info-buttons {
  position: relative;
  width: 100%;
}

#info-video-container {
  display: inline-block;
  position: relative;
  cursor: pointer
}

#info-video-container img {
  display: block;
  max-width: 100%;
  width: 390px;
  height: auto;
  cursor: pointer;
}

#info-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

#template-docs h3 {
  position: relative;
  padding-left: 2em;
  color: #18364C;
  font-weight: 500;
  font-size: 18px;
  /*cursor: pointer;*/
  padding: 0.5em;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin: 0 0 0.5em 0;
}

#template-docs h3 a {
  display: block;
}

#template-docs h3 a:link,
#template-docs h3 a:active,
#template-docs h3 a:visited {
  text-decoration: none;
  color: #18364C;
  text-shadow: none;
}

#template-docs h3 span:nth-of-type(1) {
  display: block;
  /*padding: 0.2em 0.5em 0.5em 2.2em;*/
  background-repeat: no-repeat;
  background-size: auto 1.8em;
  background-position: left top;
}

#template-docs h3 span:nth-of-type(2) {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}
