.pricing_table {  
	border:1px solid #c4cbcc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	outline:7px solid #f2f3f3;
	float:left;
	margin: 20px 10px;
}

.pricing_table ul { 
	list-style:none; 
	float:left; 
	width:265px; 
	margin:0; 
	border:1px solid #f2f3f3;
	padding:5px;
	text-align:center;
	background-color:#FFF;
}

.pricing_table 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,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
/*	cursor:pointer;*/
}

.pricing_table ul li {  
	border-bottom:1px dashed #cfd2d2;
	padding:10px 0;
}

.pricing_table ul li:first-child { 
	font-size:18px;
	font-weight:bold;
}
.pricing_table ul li:nth-child(2) { 
	background:#F2F3F3;
	font-weight:bold;
}
.pricing_table ul li:nth-child(3) { 
	font-size:12px;
	font-weight:bold;
}
.pricing_table ul li:nth-child(4) { 
	font-size:14px;
	font-style:italic;
}
.pricing_table ul li:nth-child(n+5) { 
	font-size:14px;
}
.pricing_table ul li:last-child a { 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #c4cbcc;
	padding:7px;
	margin:5px 0;
   background: #5C982F;
   background: linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
   background: -webkit-linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
   background: -moz-linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
   background: -o-linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
   background: -ms-linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
   background: linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
   -svg-background: linear-gradient(top, #74BF3B 0, #426D22 100%) no-repeat;
	color:#fff;
/*	font-style:italic;*/

	display:block;
}

.pricing_table ul > li:before, .pricing_table ul > li:before, .pricing_table ul > li:before
{
content: none !important;
padding-left: 0px !important;
}
.pricing_table ul > li, .pricing_table ul > li, .pricing_table ul > li
{
padding-left: 0px !important;
}


a.tip {
  position: relative;
  text-decoration: none;
}
a.tip:hover:before {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -32px;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #fff;
  font-size: .86em;
  z-index:99999;
}
a.tip:hover:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top: -8px;
  left:1em;
    z-index:99999;
}