#news {
    text-align: center;
    border: 4px solid #CCCC99;
}
/* div.content is needed to match the specificity
   in main.css. */
@media only screen and (max-width: 1340px) {
    div.content div.fave,
    div.content div.news.wide {
        width: 80%;
    }
}
@media only screen and (max-width: 911px) {
    div.content div.fave,
    div.content div.news.wide {
        width: 100%;
    }
}
