.iconlist_content_wrap {
	overflow: hidden;
}

.iconlist_content {
	overflow: hidden;
}

.iconlist-empty .iconlist_title {
	margin-top: 16px;
}

.iconlist_content p {
	margin: 0.85em 0;
}

.iconlist-timeline {
	position: absolute;
	top: 0px;
	left: 33px;
	width: 1px;
	height: 99%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-color: #e1e1e1;
}

.iconlist_icon {
	background-color: #d0d0d0;
	height: 64px;
	width: 64px;
	line-height: 64px;
	font-size: 30px;
	text-align: center;
	border-radius: 500px;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-left: 2px;
	z-index: 5;
	color: #fff;
}

.iconlist_title {
	margin-bottom: 0;
	position: relative;
}

.icon-list li {
	margin: 0;
	padding: 0 0 30px 0;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	position: relative;
	min-height: 60px;
}