.main .inner > * {
	margin-bottom: 15px;
}
.main .inner p {
	padding-left: 5px;
}
p span.blue {
	color: #56b0d2;
	display: inline-block;
	margin-right: 5px;
}
.main .inner p.dot {
	position: relative;
	padding-left:15px;
}
p.dot:before {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #63d2af;
	border-radius: 50px;
	left: 5px;
	top: calc(50% - 3px);
}
