/**
 * Conversation pane stylesheet
 *
 * @author Pierre HUBERT
 */

.big-box-conversation .direct-chat-text {
	display: inline-block;
	margin-left: 10px;
	max-width: 150px;
	word-wrap: break-word;
}

.big-box-conversation .right .direct-chat-text {
	float: right;
	margin-right: 10px;
}

.big-box-conversation .direct-chat-text .message-img {
	max-width: 100%;
	max-height: 200px;
	display: block;
	margin: auto;
}

.big-box-conversation .direct-chat-text .a,
.big-box-conversation .direct-chat-text a {
	color: white;
}