.container {
    max-width: 1400px; /* Change this number to whatever you want 
    width: 100%;
}

/* 1. Hide the "Details" header text */
.article-info-term {
    display: none;
}

/* 2. Hide the Calendar Icon next to the date */
dd.published .icon-calendar {
    display: none;
}

/* 3. (Optional) Remove any extra spacing left behind by the icon */
dd.published {
    margin-left: 0;
    padding-left: 0;
}

/* Align Published Date to the Right */
dd.published {
    float: right;
    margin-right: 0;
}
