.infoBox {

	float: left;
	width: 100%;
	box-sizing: border-box;
	border:1px solid #232232;
	background: #FAF7F3;
	padding: 24px;
	margin-bottom:32px;
}

.infoBox img {
	float: left;
	width: 50%;
	margin-right: 24px;
}

.annotation{
	margin-top: 16px;
	line-height: 18px;
}

.sign{
	margin-top: 16px;
	text-align: right;
}

.comment{
	margin-top: 24px;
	line-height: 18px;
	font-weight: bold;
}
