#article-content h1 {
    white-space: normal;
    width: 100%;
}

#article-content .article-date-line {
    font-weight: bold;
    opacity: .5;
}

#article-content a {
    color: #0366FF;
    text-decoration: none;
}

#article-content a:hover, #article-content a:focus {
    text-decoration: underline;
}

#article-content a:active {
    opacity: .7;
}