.pro-banner {
	padding: 60px;
	border-top: 1px solid #f1f4f6;
	border-bottom: 1px solid #f1f4f6;
	color: #333;
	text-align: center;
}

.pro-banner h1 {
	font-size: 32px;
	line-height: 46px;
	margin: 0;
	padding: 0 0 30px;
}

.pro-banner h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.pro-table-container {
	padding: 30px 0 200px;
	background: #f6f9fb;
	color: #333;
}

.pro-plan-icon {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	top: 65px;
}

.pro-plan-icon.free {
	background: #5d5c5d url(../img/free.png) no-repeat center;
}

.pro-plan-icon.pro {
	background: #2386e4 url(../img/pro.png) no-repeat center;
}

.pro-item-contianer {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 96px 10px;
}

.pro-item-contianer p {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 15px;
}

.pro-item-contianer.free {
	width: 80%;
	margin: 0 auto;
}

.pro-item-contianer.pro .button-pure {
	font-weight: normal;
	    padding: 14px 72px;
	margin-top: 50px;
}

.pro-item-contianer.free p {
	color: #5d5c5d;
}

.pro-item-contianer.pro p {
	color: #2386e4;
}

.pro-item-ul {

}

.pro-item-ul li {
	margin: 25px 0; 
}

.pro-item-ul li.disabled {
	text-decoration: line-through;
	color: #888;
}



