@import url('default_aggregate.css');
.agg {
    margin-right: 255px;
}

#news_categories {
    float: right;
    width: 235px;
    margin: 5px 5px 5px 0px;
    border: 2px solid #444;
}

#news_categories h4 {
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    background-color: #444;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #444;
}

#news_categories ul {
    border: 1px solid #444;
    background-color: #fff;
    text-align: center;
    font-size: 1.1em;
    padding: 5px 2px;
}

#news_categories a {
    color: #444;
    text-decoration: underline;
}

.published_date {
    color:#C0C0C0;
    float:right;
    margin-top:10px;
    width:150px;
}