.form-group.excerpt .CodeMirror {
	height: 130px; 
	min-height: 130px;
}

a.selected-status {
	font-weight: bold;
}

.direct-chat-message-img {
	display: block;
}

.direct-chat-message-img {
	border-radius: 5%;
	margin-left: 15px;
	float: left;
	width: 140px;
	height: auto;
}

.right .direct-chat-message-img {
	float: right;
	margin-right: 15px;
}

.table-bordered td, .table-bordered th {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}


