.hm-message {
	padding: 10px 14px;
	margin-bottom: 8px;
	border-radius: 6px;
	max-width: 80%;
}
.hm-message-client {
	background: #eef6ff;
	margin-left: auto;
	text-align: right;
}
.hm-message-admin {
	background: #f4f4f4;
}
.hm-message-date {
	font-size: 11px;
	color: #888;
	margin-left: 8px;
}
.hm-status-timeline {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hm-status-timeline li {
	padding: 8px 12px;
	margin-bottom: 4px;
	border-left: 4px solid #ddd;
	background: #fafafa;
}
.hm-status-timeline li.hm-status-done {
	border-color: #46b450;
	color: #2c6b32;
}
.hm-status-timeline li.hm-status-current {
	border-color: #2271b1;
	font-weight: bold;
	background: #eef6ff;
}
.hm-status-timeline li.hm-status-pending {
	border-color: #ddd;
	color: #999;
}
.hm-upload-form label {
	display: block;
	margin-bottom: 4px;
}
