
/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
	width: 80%;
	margin: 0 auto;
}
.table1 thead th{
    padding:15px;
    color:#fff;
    /*text-shadow:1px 1px 1px #568F23;*/
    /*border:1px solid #93CE37;*/
    /*border-bottom:3px solid #9ED929;*/
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
	text-align: center;
	height: 200px;
	width: 300px;
}
.table1 thead th span{
	font-size: 20px;
}

.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
	color: #717171;
	background:transparent;
    /* text-shadow: 1px 1px 1px #568F23; */
    /* background-color: #9DD929; */
    /* border: 1px solid #93CE37; */
    /* border-right: 3px solid #9ED929; */
    padding: 0px 10px;
    /* background: -webkit-gradient(
	 linear,
	 left bottom,
	 right top,
	 color-stop(0.02, rgb(158,217,41)),
	 color-stop(0.51, rgb(139,198,66)),
	 color-stop(0.87, rgb(123,192,67))
	 ); */
    text-align: right;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    /*text-shadow:1px 1px 1px #444;*/
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color: white;
    /*border: 2px solid #E7EFE0;*/
    color:#666;
    /*text-shadow:1px 1px 1px #fff;*/
	border-bottom: 1px solid #efefef;
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

.table1 .h5
{
	
}

.table1 .banner
{
	background-color: #FDE017;
	
}
.table1 .banner_head
{
	background-color: transparent;
    border: 0px;
	
}
.plan_price_currency
{
	font-size:25px;
	display: inline;
}

.plan_price{
	font-size:50px;
	display: inline;
	
}
.plan_text{
    background-color: transparent;
}

.plan_text p{
    text-align: left;
    font-size: 12px;
    line-height: 1.1;
    color: #717171;
	font-weight: normal;
	/*text-shadow:0px 0px 0px #444;*/
}

.payment_text_box{
	width: 80%;
	margin: 0 auto;
	
}

.payment_box{
	color: #717171;
	margin: 0 auto;
    background: #FFFFFF;
    padding: 10px 20px;
	border:1px;
	height: 250px;
}

.payment_text{
    color: #717171;
}

.plan_period.selected{
	background-color: #FDE017;
	
	
}


.tab-title
{
	margin: 0 auto 30px auto;
}

.tab-title td
{
	background-color: #EAE9C5;
	height: 50px;
	width: 130px;
	text-align:center;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	opacity: 0.7;
	font-weight: bold;
	cursor:pointer;
}

.plan_period.selected
{
	opacity: 1;
}

.plan_period:hover
{
	opacity: 1;
}

.tab-title_div
{
	width: 80%;
	margin: 0 auto;

}

.table1 h4, .h4 {
    font-size: 20px;
}

input[type=checkbox].css-checkbox {
				position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
			}

			input[type=checkbox].css-checkbox + label.css-label {
				padding-left:35px;
				height:30px; 
				display:inline-block;
				line-height:30px;
				background-repeat:no-repeat;
				background-position: 0 0;
				vertical-align:middle;
				cursor:pointer;

			}

			input[type=checkbox].css-checkbox:checked + label.css-label {
				background-position: 0 -30px;
			}
			label.css-label {
	background-image:url(../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}