.fusion-chat-hint
{
	display: grid;
	margin: 10px;
}

.fusion-chat-hint .chat-hint-header
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}


.fusion-chat-hint .chat-hint-list
{
	display: grid,
	margin: '10px'
}

.chat-hint-list .chat-hint-item
{
	background-color: white;
	padding: 10px;
	margin-bottom: 5px;
}

.chat-hint-list .chat-hint-item:hover
{
	cursor: pointer;
}

.chat-hint-item .chat-hint-item-header 
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.chat-hint-item-header .chat-hint-item-header-tech
{
	color: grey;
}



.chat-message-form
{
	margin: 10px;
	background-color: white;
}

.chat-message-form textarea
{
	width: 570px;
	height: 150px;
}