.pricing_table_wdg {  
	float:left;
	margin-top: 10px;
}
.pricing_table_wdg ul { 
	list-style:none; 
	float:left; 
	width:280px; 
	margin:0; 
	border:1px solid #ddd;
	padding:0px;
	text-align:center;
	background-color:#FFF;
	margin-right:5px;
}
.pricing_table_wdg ul:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.4);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.4);
  	box-shadow:3px 5px 7px rgba(0,0,0,.4);
	cursor:pointer;
	background:#f8efc7;
}
.pricing_table_wdg ul li {  
	padding:7px 0;
}
.pricing_table_wdg ul li:first-child { 
	font-size:25px;
	font-weight:400;
	text-transform:capitalize;
	padding:10px 0px 10px 0px;
	background-color:#666;
	border-top:4px solid #f8891d;
	
}

.pricing_table_wdg ul li:nth-child(1) { color:#fff;}

.pricing_table_wdg ul li:nth-child(3) { 
	font-weight:300;
	font-size:36px;
	color:#f8891d;
}
.pricing_table_wdg ul li:nth-child(4) { 
}
.pricing_table_wdg ul li:nth-child(n+5) { 
	font-size:14px;
}
.pricing_table_wdg ul li:last-child a { 
	background-image:url(../images/big_button_bg.png);
	border:0px;
	padding:13px 30px 13px 30px;
	border-radius:5px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	letter-spacing:0px;
	font-family: 'Roboto', sans-serif;
	margin:10px auto 20px auto;
	display:block;
	width:150px;
}

.per-month{
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	color:#333;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #666;
	margin:auto;
	margin-top:-8px;
}
