.chatbox {
	display: block;
	margin-top: 10px;
	overflow-y: scroll;
	height: 500px;
	padding: 5px;
	line-break: anywhere;
	font-size: 11px;
}

.chatinput {
	width: calc(100% - 8px);
	height: 25px;
	font-size: 15px;
}

.message-date {
	margin-right: 5px;
}

@media all and (max-width: 820px) {
	.message-date {
		display: block;
	}
}
