.img-left {
  float: left;
  margin-right: 8px;
}
.img-rigt {
  float: right;
  margin-left: 8px;
}
.info-box-hp {
	display: block;
	padding: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #F64A67;
	background-color: #F9E1E9;
	/*color: #E3092F;*/
	color: #F64A67;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

