/*.news-feed-desc {
	font-size: 16px;
}*/
/*.news-feed-meta {
	color: #aaa;
}*/
/*.news-feed-snip {
    text-decoration: none;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    white-space: nowrap;
	line-height: 25px;
}*/
/*
a.news-feed-snip {
    background-color: #004276;
}
a.news-feed-snip:hover {
    background-color: #004276aa;
}
span.news-feed-snip {
    background-color: #aaa;
}
*/
.snippet-hidden {
	display: none;
}
.news-feed-snip .fa {
    margin-left: -3px;
}
.news-admin-form {
	background-color: #eee;
	float: right;
	padding: 5px;
	border-radius: 10px;
}
.news-admin-form .ui-outputlabel {
    font-size: 12px;
    font-weight: normal;
}
.news-admin-form .ui-inputtext {
    width: 30px;
    text-align: center;
}
.news-admin-form a {
    font-size: 18px;
    padding: 3px;
    color: #004276;
}
.news-admin-form a:hover {
    color: #004276aa;
}
.news-feed-date-header {
	text-align: center;
    color: #999;
    font-size: 14px;
}
.news-feed-item {
    background-color: #eee;
    padding: 3px;
}