.conversation{
	margin-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px;
}

.chat-icon{
	color: white;
}

.write{
	width: 80%;
	height: 80px;
}

.forumWrite{
	height: 80px;
}

.data{
	text-align:right;
}

.other {
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	padding: 10px;
	background: #9AFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 40%
}

.other:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #9AFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -15px;
	top: 45px;
}

.help {
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	padding: 10px;
	background: #266582;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 40%;
	color: white;
}

.mine {
	margin-top: 5px;
	position: relative;
	padding: 10px;
	background: #EEE32F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 40%
}

.mine:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent #EEE32F;
	display: block;
	width: 0;
	z-index: 1;
	right: -15px;
	top: 45px;
}

.verticallineRight {
    border-right: 2px solid #cecece;
}

.threadTopic{
	width: 85%;
}

