	.row_pricing{
		width:960px;
		min-height:900px;

}
	.column {
		float: left;
		width: 20%;
	}
	.column a{
		color:#4d4d4d;
	}

	.row:after {
		display: table;
		clear: both;
	}
	.tooltip {
		position: relative;
		display: inline-block;
	}
	.tooltip a:hover {
		color:#f0b913;
	}
	.tooltip .tooltiptext {
		visibility: hidden;
		width:300px;
		height:auto;
		font-size:10px;
		background-color:#FAFAFA;
		text-align: center;
		border-radius: 6px;
		padding: 10px 10px;
		border:solid 1px grey;
		/* Position the tooltip */
		position: absolute;
		z-index: 1;
	}
	.tooltip:hover .tooltiptext {
		visibility: visible;
	}
	.column_info {
		float: left;
		width: 162px; 
		height:300px;
		background-color:#F0EEE9;
		border-radius: 5px;
		margin:5px;
		padding:10px;
		font-size:14px;

	}
	.column_info img{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width:50px;
		height:auto;
	}
	.row_info:after {
		display: table;
		clear: both;
	}

	.column_pricing {
		float: left;
		width: 220px;
		height:550px;
		margin:10px;
		position:relative;
	}
	.column_pricing_container{
		position: relative;
		font-size:14px;
		line-height: 26px;
		padding:8px;
		border:solid 2px #F0EEE9;
		width:204px;
		height:400px;
		text-align: center;
		
	}

	.column_pricing_container .footer{
		text-align: center;
		position:absolute;
		bottom:0;
		margin-bottom:30px;
		margin-left:-8px;
		width:100%;

	}


	.column_pricing_banner{
		width:220px;
		height:70px;
		background-color:#F0EEE9;
		background-repeat: no-repeat;
		background-size: 90% 90%;
		background-position: center;
		border:solid 2px #F0EEE9;
	}

	.column_pricing_banner img{
		display: block;		
		margin-top:25px;
		margin-left: auto;
		margin-right: auto;
		width:200px;
	}

	.row_pricing:after {
		display: table;
		clear: both;
	}

	.best_choice{
		background-color:#C60560;
		border-radius:10px 10px 0 0;
		width:220px;
		height:40px;
		border:solid 2px #C60560;
		font-family: 'Trebuchet MS', sans-serif;
		text-decoration:none;
		line-height: 40px;
		font-weight: bold;
		text-align:center;
		color:white;
	}
	.empty{
		width:285px;
		height:40px;
	}

	.alignleft {
		text-align: left;
		margin-top:10px;
		float: left;
		font-size:18px;
		font-weight: bold;
	}

	.alignleft p{
		font-weight: normal;
		text-align: left;
		margin-top:-3px;
		font-size:14px;
	}

	.alignright {
		float: right;
		height:15px;
		font-weight: bold;
	}

	.column_pricing_empty{
		float: left;
		width: 210px;
	
		margin:10px;
		position:relative;
	}


	.column_pricing_single{
		float: left;
		height:auto;
		margin:10px;
		position:relative;
	}
	.column_pricing_container_single{
		position: relative;
		font-size:14px;
		line-height: 26px;
		padding:8px;
		border:solid 2px #F0EEE9;
		width:444px;
	
		text-align: center;
		
	}

	.column_pricing_banner_single{
		width:460px;
		height:70px;
		background-color:#F0EEE9;
		background-repeat: no-repeat;
		background-size: 90% 90%;
		background-position: center;
		border:solid 2px #F0EEE9;
		font-size:20px;
	}

	.column_pricing_banner_single img{
		display: block;		
		margin-top:20px;
		margin-left: auto;
		margin-right: auto;
		width:230px;
	}

	.features{
		margin-top:40px;
		text-align: center;
		width:100%;
		
	}