/* css for case_study.mak */

body {
  background: url('/static/img/web_resources/background2.png');
  /* font: 16px/1.231 "Microsoft Yahei", ff-tisa-web-pro-1, ff-tisa-web-pro-2, "Lucida Grande", "Hiragino Sans GB", Tahoma, HELVETICA, Arial, sans-serif !important */
}
.container {
  min-width: 1200px;
}
.toggle-control-panel {
  float: left;
  margin-top: 20px;
}
#cs-example-toggle a {
  font-size: 16px;
}
.cs-content-panel {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.cs-top-banner {
  width: 950px;
  margin: auto;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  background-color: #08c;
  color: #fff;
  font-weight: bold;
}
.cs-top-banner a {
  float: left;
  margin-top: 13px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
.cs-title {
  font-size: 26px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.cs-body {
  width: 950px;
  margin: auto;
  padding: 25px 60px;
  font-size: 16px;
  line-height: 28px;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.cs-body img {
  width: 800px;
  margin-left: 20px;
}
.cta-btn-bm {
  float: left;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
  font-size: 23px;
}
.signin-link {
  float: left;
  margin-top: 40px;
}
#case-study-cc-btn {
  margin-top: 33px;
}
