.chatTimestamp{
	width:5%;
	border-top:1px grey solid;
}

.chatSender{
	width:5%;
	border-top:1px grey solid;
}

.chatNachricht{
	width:90%;
	max-width:90%;
	word-wrap:anywhere;
	white-space:pre-wrap;
	border-top:1px grey solid;
}

#minimizedChat{
	padding:5px;
	font-size:22px;
	cursor:pointer;
	background-color:yellowgreen;
	position:fixed;
	width:220px;
	height:50px;
	bottom:0px;
	right:0px;
	z-index:500;
	border-radius:20px 20px 0px 0px;
}

#chatSender{
	width:90%;
	resize:none;
}

#chatMessage{
	width:auto;
	color:red;
	table-layout:fixed;
}

#chatFrame{
	overflow-x:hidden;
	overflow-y:scroll;
	height:300px;
}

.chatDialog{
	position:fixed !important;
	z-index:999 !important;
}