.message-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.chat-message {
	width: 85%;
	border-radius: 1em;
	padding: 0.5em;
	margin-bottom: 8px;
}

.chat-message:after {
	display: table;
	content: "";
	line-height: 0
}

.chat-message:after {clear: both}

.chat-message.initiator-other {
	background-color: #888888;
	float: left;
	color: white;
	text-align: left;
}

.chat-message.initiator-me {
	background-color: rgb(106, 180, 107);
	float: right;
	color: white;
	text-align: right;
}


.chat-message.initiator-system {
	background-color: rgb(93, 107, 247);
	color: white;
	float: left;
	width: 100%
}

.chat-message .timestamp {
	font-size: 11px;
	float: right;
	color: #aaaaaa
}

.chat-message .initiator {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;

}

.chat-message-separator {
	display: block;
	height: 8px;
}

.response-list-filler {
	height: 200px;
	display: block;
}


.response-list {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.response-list > .container {
	background-color: #1c94c4;
	padding: 8px
}


.response-list-filler {
	height: 200px;
	display: block;
}


.customer-response-list {
	width: 100%;
	position: fixed;
	bottom: 58px;
	left: 0px;
}

.customer-response-list > .container {
	background-color: #1c94c4;
	padding: 8px
}