@CHARSET "UTF-8";

.pricingandplans {
	border-collapse:			collapse;
	width:						100%;
	margin-top:					15px;
	margin-bottom:				15px;
	color:						#333;
	border:						1px solid #DDDDDD;
	border-bottom:				none;
}

.pricingandplans td, .pricingandplans th {
    border-bottom: 				1px solid #DDDDDD;
    color: 						#545454;
    font-size: 					11pt;
    padding: 					10px 50px 5px 25px;
}

.pricingandplans th {
	background-color: 			#F2F2F2;
	text-align:					left;
}

.pricingandplans th.start_plan {
	background-color: 			#2786C2;
	color:						white;
}

.startplanbutton a.button-green {
	border-radius:				0;
}

.startplanbutton {
	margin-bottom:				30px;
}