	.render-feed-items li span.date {
    flex-shrink: 0;
    padding-right: 2em;
    color: rgba(0, 0, 0, 0.6);
}
.render-feed-items li {
	display: flex;
}

#buttonbr br{display: none;}

.render-feed-items li span.date {
	flex: none;
}
.render-feed-items li a {
	flex: auto;
	text-decoration: none;
}
.render-feed-items li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 992px) {
	.render-feed-items li {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.render-feed-items li a {
		flex: auto;
		width: 100%;
	}
	.render-feed-items li span.date {
		order: 1;
	}
}
.latest-updates ul li {
    border-bottom: dotted 1px #ccc;
    padding: 0.5em 0;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
}
.latest-updates ul li span.date {
    flex-shrink: 0;
    padding-right: 2em;
    color: rgba(0, 0, 0, 0.6);
    order: 1;
