/* Hide the empty article sidebar */
.siderbar-article {
    display: none !important;
}

/* Force the content container to take up the full 12-column width */
.article-inner .row > div[class*="col-md-9"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}