/*body
{
   font-family: sans-serif;

} */

.pricing_table_wdg {
    /* background-color: #F2F3F3;
    border:4px solid #c4cbcc;
    border-radius:18px;
    -moz-border-radius:18px;
    -webkit-border-radius:18px; */
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

.pricing_table_wdg ul {
    list-style:none;
    display: inline-table;
    width:33.0%;
    margin:0;
/*    border:1px solid #f2f3f3;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;*/
    padding:0px;
    text-align:center;
    background-color:#E8EEF1;
}
.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:first-child {
/*    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    background:#2e818f; */
    font-size:18px;
    font-weight:bold;

	color: #FFF;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);

background: -moz-linear-gradient(top,  rgba(174,238,255,1) 0%, rgba(147,227,253,1) 14%, rgba(112,213,250,1) 27%, rgba(42,184,245,1) 49%, rgba(6,170,242,1) 65%, rgba(0,167,242,1) 69%, rgba(0,167,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,238,255,1)), color-stop(14%,rgba(147,227,253,1)), color-stop(27%,rgba(112,213,250,1)), color-stop(49%,rgba(42,184,245,1)), color-stop(65%,rgba(6,170,242,1)), color-stop(69%,rgba(0,167,242,1)), color-stop(100%,rgba(0,167,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeeeff', endColorstr='#00a7f2',GradientType=0 ); /* IE6-9 */
/* border-radius:10px 10px 0px 0px; */

}

.pricing_table_wdg ul li:nth-child(2) {
    background:#fbfbfb;
}

.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:14px;
}
.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:5px 0;
    background: #0061bb; /* Old browsers */
    background: -moz-linear-gradient(top, #0061bb 0%, #164e82 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 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_li_features {
min-height: 61px;
overflow: hidden;
}

.container {
    /*    display: block;
	  text-align: center; */
    width: 980px;
    margin: 0 auto;
    text-align: center;

}

.container > a {
font-size: 26px;
font-weight: bold;
display: block;
padding-bottom: 20px;
margin-top: 20px;
}