.groupTitle {
	
}

div.groupTitle {
	background-color: #7bc8a4;
	float: left;
	height: 3em;
	margin-bottom: 1px;
	padding-top: 10px;
	width: 100%;
}

.groupTitle h4 {
	display: inline;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

.groupTitle h4 a {
	float: left;
}

a.btn-toggle {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

.indent-left1 {
	text-indent: 10px;
}

.feed-item {
/* 	float: left; */
}
div.feed-item {
	display: block;
	overflow: visible;
}

.feed-item h3 {
    display: inline-block;
    margin: 2px 0;	
    font-size: 1.0em;
}
.feed-item h4 {
	display: inline;
	font-size: 1em;
    font-style: italic;
    font-weight: normal;	
}
.feed-item p {
	font-size: 0.8em;
    font-weight: normal;	
}

.feed-item a {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	text-decoration: none;
}

