.deptNewsDateLabel {
    color: #adaead;
    font-style: italic;
    font-size: .95rem;
    margin-left: 1rem;
    padding-bottom: .2rem;
    margin-right: 1rem;
    border-bottom: gray;
    border-bottom-style: solid;
    border-width: thin;
}

.departmentNewsSubject {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 1rem;
    margin-top: .3rem;
    margin-right: 1rem;
}
.departmentNewsLabel{
	display: block;
    padding-left: 1rem;
    background: #3e3000;
    color: white;
    line-height: 2;
    margin-right: -.05rem;
}

.deptNewsPanel li:first-child .departmentNewsSubject{
	margin-top: .5rem;
}

.deptNewsPanel ul li:last-child .deptNewsDateLabel {
    border-bottom: none;
}

@media screen and (max-width: 39.9375em) {
	.departmentNewsSubject {
		margin-left: .5rem;
	}
	.deptNewsDateLabel {
	    margin-left: .5rem;
	    margin-right: .5rem;
	}
}