#pressPage h3 {
  margin-bottom: 10px;
}
#pressPage #sectionContact b {
  display: inline-block;
  width: 80px;
}
#pressPage .demoContainer {
  position: relative;
}
#pressPage .demoContainer.icon-spinner:after {
  content: "Loading..." !important;
}
#pressPage html:not(.mobile) .demoContainer {
  height: 540px;
}
#pressPage #videoDemo {
  width: 95%;
  height: 100%;
}
#pressPage .logoSection {
  margin-bottom: 40px;
}
#pressPage .logoPreview {
  width: 90%;
  max-width: 300px;
}
#pressPage .iconPreview {
  width: 150px;
}
#pressPage .fullWidthPreview {
  max-width: 95%;
  width: 750px;
  display: block;
  margin: 30px 0;
}
#pressPage .demoWrapperOuter {
  padding-top: 20px;
  padding-bottom: 20px;
}
#pressPage .screenshot {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  vertical-align: bottom;
}
#pressPage .screenshot img {
  max-width: 900px;
  max-height: 400px;
  margin: 0 auto;
}
#pressPage .screenshot .caption {
  display: block;
  font-size: 17px;
  margin-top: 8px;
}
#pressPage .demoimg {
  max-width: 95%;
  margin: 0 auto;
  max-height: 600px;
  display: block;
  margin: 16px auto;
}
#pressPage .demoimg:not(.imgPhone) {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
#pressPage .blueBackground {
  background-color: #09d;
}
#pressPage .sectionDemo {
  margin-top: 64px;
}
#pressPage .sectionScreenshots {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.4;
  padding: 32px 16px 0 16px;
}
#pressPage .code {
  width: 100%;
  height: 8em;
  white-space: pre-line;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  -webkit-appearance: none;
  outline: 0;
}
#pressPage .tinyCode {
  height: 6em !important;
}
#pressPage #sectionInPress .sectionText {
  text-align: center;
  max-width: 640px;
}
#pressPage .pressLogo {
  height: 64px;
}
#pressPage #pressPage h2 {
  text-align: center;
}
