.callout {
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
}

.community-post-text {
	background-color: #fff;
	padding: 7px;
}

.post-meta-bar a {
	color: #999;
}

.post-meta-bar a:hover {
	color: #438EB9;
}

.post-meta-bar a[title="Unlike"] {
	color: #438EB9!important;
}

.post-meta-bar a[title="Un-follow"] {
	color: #438EB9!important;
}

.time-since {
	color: #999;
}

input.bg-danger {
	background-color: #f2dede!important;
}

.community-post-container.shown{
	background-color: #62a8d1;
}

.modal-backdrop-color-red .modal-backdrop {
	background-color: red;
}

.modal-backdrop-color-blue .modal-backdrop {
	background-color: blue;
}

.read-more-span {
	display: none;
}

li.recent-activity-listing {
	line-height: 1.5em;
	font-size: .9em;
	margin: 0; 
	padding: 5px 10px;
}

a.notification-link {
	display: inline!important;
	font-weight: bold;
	color: #438EB9;
	padding: 0;
}

li a.notification-link:hover, li a.notification-link:active {
	background: none!important;
} 

span.notification-text {
	color: #999;
}

.divider {
    height: 50px;
}