#activation-tutorial h3 {
  font-size: 2em;
  text-align: center; }

#landing {
  font-size: 1.5em; }
  #landing .center-text {
    text-align: center; }
  #landing #signup {
    margin: 20px; }
  #landing #banner {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center; }
  #landing #features-wrap {
    border-top: 4px solid #DDDDDD;
    background-color: #EDF2F6;
    height: 350px;
    border-bottom: 4px solid #DDDDDD; }
    #landing #features-wrap #features {
      width: 700px;
      overflow: hidden;
      margin: auto; }
      #landing #features-wrap #features li a {
        text-decoration: none; }
        #landing #features-wrap #features li a:hover {
          text-decoration: underline; }
      #landing #features-wrap #features .active {
        font-weight: bold; }
      #landing #features-wrap #features #feature-expansion {
        margin-top: 20px;
        border: 3px solid #2578a9;
        background-color: #4aabe5;
        -moz-border-radius: 5px;
        padding: 5px; }
        #landing #features-wrap #features #feature-expansion h3.title {
          font-weight: bold;
          font-size: 1.2em;
          padding-bottom: 0.5em; }
      #landing #features-wrap #features .feature h3.title {
        padding: 0.5em 0;
        font-size: 1.6em;
        font-weight: bold; }
      #landing #features-wrap #features .feature h4.tagline {
        font-size: 1.3em; }
      #landing #features-wrap #features .feature ul.description {
        margin-left: 30px;
        list-style-type: disc; }
        #landing #features-wrap #features .feature ul.description li {
          margin-left: 5px; }
      #landing #features-wrap #features #left {
        float: left;
        width: 46%; }
      #landing #features-wrap #features #right {
        float: left;
        margin-left: 50px;
        width: 46%; }
  #landing #screenshots {
    margin-top: 30px; }
    #landing #screenshots h3#screenshot-title {
      font-size: 2em; }
    #landing #screenshots ul.screens {
      margin: auto;
      overflow: hidden;
      width: 945px;
      margin-top: 20px; }
      #landing #screenshots ul.screens h4 {
        font-weight: bold;
        text-align: center;
        margin-top: 10px; }
      #landing #screenshots ul.screens li {
        margin-left: 5px;
        margin-right: 5px;
        width: 300px;
        float: left; }
        #landing #screenshots ul.screens li img {
          border: 1px solid blue;
          height: 180px; }
