#docList .docItem {
    margin-bottom: 8px;
    width: 350px;
    float: left;
    height: auto;
margin-right: 2em;
}

#Wrapper {
    max-width: 80vw;
}

#Site {
    max-width: 79vw;
}

@media (max-width: 480px) {

#Wrapper {
    max-width: 95vw;
}

#Site {
    max-width: 95vw;
}

#docList .docTeaser {
    float: none;
clear: both;
    max-width: 95vw;
}

#docList .docItem {
    max-width: 95vw;
height: auto;
}

}