@media screen {
    #content h2 {
        display: none;
    }
    #content * h2 {
        display: block;
    }
    .Features {
        margin-right: 180px;
    }
    .Features h3 {
        font-size: 2.4em;
        letter-spacing: -1px;
        color: #555;
        padding-top: 2em;
        margin-top: 0em;
        margin-bottom: 0px;
        
        clear: left;
    }
    .PMFeatures h3 {
        padding-top: 1em;
    }
    .Features h3.First {
        padding-top: 0em;
    }
    a.Shot {
        display: block;
        float: left;
    }
    a.Shot img {
        border: solid 4px #999;
        margin: 2px;
    }
    a.Shot:hover img {
        border-color: #da8500;
    }
    div.ChildDocs {
        width: 180px;
        position: absolute;
        right: 2em;
    }
    div.ChildDocs .ChildDoc h4 {
        margin: 0px;
        margin-top: 1.5em;
        padding-top: 1.5em;
        border-top: solid 1px #ddd;
        margin-bottom: .5em;
        
        font-size: 1.2em;
        letter-spacing: -1px;
    }
    div.ChildDocs .Index1 h4 {
        margin-top: 0em;
        padding-top: 0em;
        
        border-top: none;
    }
    div.ChildDocs .Inner {
        padding-left: 1.5em;
        margin-left: 1.5em;
        border-left: solid 1px #aaa;
        
        padding-bottom: 1em;
    }
    div.ChildDocs .ChildDocBody p {
        margin: 0px 0px 1em 0px;
    }
    div.ChildDocs .ChildDocBody .ContactInfo {
        display: block;
        font-size: 1.25em;
        font-weight: bold;
        
        margin: .5em 0em;
    }
    p.Screenshot {
        clear: left;
        margin: 0px;
        padding-top: 2em;
    }
}