@import "/-/2-system.css";

@media Screen, Projection {

  #content {
    text-align: left;
  }
  
  #content h1 {
    font-size: 150%;
    margin-bottom: .5em;
  }
  
  #content h2 {
    font-size: 130%;
  }
  
  #content .accent {
    float: right;
    width: 522px;
    padding-top: 1em;
    border-left: 1px solid #ddd;
  }
  
  #content .accent img {
    vertical-align: top;
  }
  
  #content .features, #content .highlights {
    float: left;
    clear: left;
    width: 247px;
    padding-top: 1em;
  }
  
  #content .features ul, #content .highlights ul {
    margin-left: 2em;
  }
  
  #content .features ul li, #content .highlights ul li {
    margin-top: .25em;
    margin-bottom: .25em;
  }
  
  #content .features {
    border-top: 1px solid #ddd;
  }
  
  #content .overview {
    clear: both;
    padding-top: 1em;
    border-top: 1px solid #ddd;
  }
  
}