#app-icon {
  text-align: center;
  position: relative;
  margin-top: -60px;
}
#top-container #tour-intro {
  height: 870px;
  position: relative;
}
#top-container #tour-intro .text-area {
  margin-bottom: 20px;
}
#top-container #tour-intro .text-area h1 {
  font-size: 60px;
  letter-spacing: -0.04em;
}
#top-container #tour-intro .text-area .feature {
  font-size: 26px;
}
#top-container #tour-intro img.ide {
  width: 1050px;
  margin-left: -80px;
  display: block;
}
#top-container #tour-intro img.iphone {
  display: block;
  position: absolute;
  top: 310px;
  right: -50px;
  height: 540px;
}
.platforms-diagram {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.platforms-diagram .platform {
  display: table-cell;
  padding: 0 30px;
  text-align: center;
}
.platforms-diagram .platform .muted {
  line-height: 1.4;
  font-size: 13px;
}
pre.code-example {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 15px;
  font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;
  font-size: 0.9em;
  line-height: 1.4;
  overflow: auto;
  border-radius: 2px;
}
pre.code-example code {
  box-shadow: none;
  background: transparent;
  font-size: inherit;
  border: none;
  border-radius: 0;
}
pre.code-example.small {
  font-size: 0.7em;
  padding: 10px;
  line-height: 1.4 !important;
}
#see-the-difference h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
}
#see-the-difference h3 {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  color: #888;
}
.boxes-group {
  display: table;
  border-spacing: 25px;
  margin: -25px;
}
.boxes-group.two-columns .box {
  width: 50%;
}
.boxes-group.three-columns .box {
  width: 33.3%;
}
.boxes-group .row {
  display: table-row;
}
.boxes-group .row .box {
  display: table-cell;
  background: #f9f9f9;
  background: -webkit-linear-gradient(#f9f9f9, #f0f0f0);
  background: -moz-linear-gradient(#f9f9f9, #f0f0f0);
  background: -ms-linear-gradient(#f9f9f9, #f0f0f0);
  background: linear-gradient(#f9f9f9, #f0f0f0);
  border: 1px solid #bbb;
  padding: 20px 25px;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.boxes-group .row .box h3 {
  margin-bottom: 10px;
}
.boxes-group .row .box img.float-right {
  margin-left: 10px;
}
.boxes-group .row .box p {
  color: #666;
  font-size: 0.93em;
}
.boxes-group .row .box:hover {
  background: -webkit-linear-gradient(#ffffff, #f4f4f4);
  background: -moz-linear-gradient(#ffffff, #f4f4f4);
  background: -ms-linear-gradient(#ffffff, #f4f4f4);
  background: linear-gradient(#ffffff, #f4f4f4);
}
.boxes-group .row .box:active {
  background: #f0f0f0;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 1px;
}
.boxes-group .row .boxes-group a.box {
  text-decoration: none;
}
.boxes-group .row .boxes-group a.box:hover {
  background: -webkit-linear-gradient(#ffffff, #f4f4f4);
}
.boxes-group .row .boxes-group a.box:active {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 1px;
}
#feature-list p {
  font-size: 13px;
}
#feature-list .thumb {
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  position: relative;
}
#feature-list .thumb img {
  display: block;
  border-radius: 3px;
}
#feature-list .thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
