#plist
{
	max-width:840px;
	padding:0px;
	margin:auto;
	width:auto;
	text-indent:0;
}

.pricing_table_wdg {  
    /*border:1px solid #c4cbcc;  
    border-radius:4px;  
    -moz-border-radius:4px;  
    -webkit-border-radius:4px;  
    float:left;  
    margin-top: 25px; */ 
}  
.pricing_table_wdg ul {  
    list-style:none;  
    float:left;  
	min-width:110px;
    width:23%;  
    margin:0;  
    border:1px solid #f2f3f3;  
    padding:5px;  
    text-align:center;  
    background-color:#FFF;  
}  
.pricing_table_wdg ul:nth-child(3) {  
    background:#ffffcc;  
	 -webkit-transform: scale(1.04);  
    -moz-transform: scale(1.04);  
    -o-transform: scale(1.04);  
    -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);  
}  
.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,.7);  
    -webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);  
    box-shadow:3px 5px 7px rgba(0,0,0,.7);  
    cursor:pointer;  
    background:#d8e9f9;  
}  
.pricing_table_wdg ul li {  
    border-bottom:1px dashed #cfd2d2;  
    padding:10px 0;  
}  

.pricing_table_wdg ul li:last-child
{
	border-bottom:0px;
	
}
.pricing_table_wdg ul li sup {  
    font-weight:normal;
	font-size:0.7em;  
} 
.pricing_table_wdg ul li:first-child {  
    color:#FFFFFF;  
    font-size:1.4em;  
    font-weight:bold;  
    background:#2e818f;  
}  
.pricing_table_wdg ul:nth-child(3) li:nth-child(2) {  
    background:#444;
	color:#fff;  
} 
.pricing_table_wdg ul li:nth-child(2) {  
    background:#fbfbfb;
	font-size:1.2em;  
    font-weight:bold;  
}  
.pricing_table_wdg ul li:nth-child(3) {  
    font-size:12px;  
    font-weight:bold;  
}  
.pricing_table_wdg ul li:nth-child(n+4) {  
    font-size:0.9em;  
}  
.pricing_table_wdg ul li:last-child a {  
    color:#F0F0F0;  
    text-decoration:none;  
    font-weight:bold;  
    display:block;  
    border-radius:10px;  
    -moz-border-radius:10px;  
    -webkit-border-radius:10px;  
    border:1px solid #c4cbcc;  
    padding:10px;  
    margin:auto;
	width:70%;
	text-align:center; 
    background: #0061bb; /* Old browsers */  
    background: -moz-linear-gradient(top, #0061bb 0%, #164e82 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#0061bb), color-stop(100%,#164e82)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top, #0061bb 0%,#164e82 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top, #0061bb 0%,#164e82 100%); /* Opera11.10+ */  
    background: -ms-linear-gradient(top, #0061bb 0%,#164e82 100%); /* IE10+ */  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061bb', endColorstr='#164e82',GradientType=0 ); /* IE6-9 */  
    background: linear-gradient(top, #0061bb 0%,#164e82 100%); /* W3C */  
} 

.pricing_table_wdg ul:nth-child(3) li:last-child a {  
    background: #886100; /* Old browsers */  
    background: -moz-linear-gradient(top, #886100 0%, #660000 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#886100), color-stop(100%,#660000)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top, #886100 0%,#660000 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top, #886100 0%,#660000 100%); /* Opera11.10+ */  
    background: -ms-linear-gradient(top, #886100 0%,#660000 100%); /* IE10+ */  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886100', endColorstr='#660000',GradientType=0 ); /* IE6-9 */  
    background: linear-gradient(top, #886100 0%,#660000 100%); /* W3C */  
} 

@media screen and (max-width: 800px) {
	.pricing_table_wdg ul {  
		width:47%;
	}
}


@media screen and (max-width: 480px) {
	.pricing_table_wdg ul {  
		width:95%;
	}
	.pricing_table_wdg ul:hover { 
		 -webkit-transform: none;  
    -moz-transform: none;  
    -o-transform:none;       
   	 -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;  
   	 background:#d8e9f9;  
	}  
}
