.text{
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: center;
}
.text.left{
	text-align: left;
}
.text:last-child{
	margin-bottom: 10px;
}