/* css for function_introduction templates */

body {
  background: url('/static/img/web_resources/background2.png');
}
.container {
  min-width: 1200px;
}
.toggle-control-panel {
  position: fixed;
  float: left;
  margin-top: 20px;
}
#function-intro-toggle a {
  font-size: 18px;
}
.function-intro-panel {
  float: left;
  margin-top: 20px;
  margin-left: 120px;
}
.function-intro-banner {
  width: 1000px;
  padding: 13px;
  font-size: 32px;
  text-align: center;
  background-color: #08c;
  color: #fff;
  font-weight: bold;
}
.function-intro-container {
  padding: 25px 60px;
  width: 1000px;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.function-intro-row {
  padding: 8px 13px;
}
.function-intro-row .title {
  margin-bottom: 10px;
  font-size: 23px;
  color: #f05822;
}
.function-intro-row img {
  float: right;
}
.function-intro-row .proversion-capscreen {
}
.function-intro-row .proversion-capscreen img {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 900px;
}
.function-intro-row .subtitle {
  margin-top: 13px;
  font-size: 15px;
  color: #333;
}
.function-intro-row .subcontent {
  margin-top: 10px;
  font-size: 15px;
}
.function-intro-row .subcontent a {
  color: #333;
  text-decoration: underline;
}
#function-intro-cta-btn {
  float: left;
  margin-top: 80px;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 23px;
}
.signin-link {
  float: left;
  margin-top: 95px;
  margin-left: 18px;
}
#function-intro-cc-btn {
  margin-top: 83px;
}
