.pricing-container {
	margin-bottom: 30px;
}
.pricing-header .box {
	background: #1566a5;
	border: 1px solid #052b48;
	padding: 0px 25px 7px 25px;
	margin: 15px 0;
	box-shadow: 0 0 15px 2px #ccc;
	color: #fff;
}
.pricing-header .box h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
}
.pricing-header .box p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.pricing-header .box .note {
	margin-bottom: 0;
	text-decoration: italic;
}
.pricing-header .box .note b {
	color: red;
}
.pricing-desc .panel {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	margin-bottom: 3px;
	font: 400 14px/40px 'Work Sans', Arial, Helvetica, sans-serif;
}
.pricing-desc .panel:hover {
	background: #e6e6e6;
}
.pricing-desc .panel .panel-body {
	padding: 0 15px;
	color: #000;
}
.pricing-desc .panel .panel-body .done {
	background-color: #ade8ad;
}
.pricing-desc .panel .col-md-4 {
    line-height: 28px;
}