
div.appointment p:nth-child(1) {
	width: auto;
}

div.appointment p strong a {
	font-weight: 600;
}

ul.flow li:first-child {
	margin-top: 0;
}

ul.flow li div.title {
	background-position: center right 20px;
	background-size: 45px;
	width: 100%;
}

ul.flow li div.title h3 {
	font-size: 13px;
	padding: 25px 0 10px 30px;
}

ul.flow li:nth-child(1) div.title h3,
ul.flow li:nth-child(6) div.title h3,
ul.flow li:nth-child(8) div.title h3,
ul.flow li:nth-child(7) div.title h3 {
	padding-top: 25px;
}

ul.flow li div.title h3 em {
	display: inline-block;
	font-size: 20px;
	padding-left: 8px;
}

ul.flow li div.text {
	padding: 10px 30px;
	width: 100%;
}