/* For displaying the cached Associated Press Digital News Experience (DNE) links. */
#ap_dne_container {
    max-width: 550px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px;
}
h3.ap_dne_header {
    text-align: center;
    font-size: 150%;
}
div.ap_dne_article {
    margin-bottom: 10px;
}
h3.ap_dne_headline {
    float: left;
    width: 49%;
}
img.ap_dne_img {
    float: right;
    width: 50%;
}
