/*
####################################################
PRICING TABLE
####################################################
*/
 

.container-table{
	max-width: 1290px
}
th.table-head{
	border: 0
}
.pricing-table span{
	display: block
}

.pricing-table th.th-header{
	text-align: center;
	padding: 20px 0;
	vertical-align: middle
}

.pricing-table .light-grey{
	background: #ebecf1;
	padding: 0 30px
}

.pricing-table .dark-grey{
	background: #dadbe0;
	
}

.pricing-table th.th-header{
		text-align: center;
	padding: 20px 0
}

.pricing-table th{
	font-weight: normal
}

.pricing-table a.btn{
	line-height: normal;
	margin: 0 15px;
	margin-top: 20px;
	width: auto!important;
	font-size: 16px!important;
	padding: 15px 0 0 0 
}

th[scope="row"]{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.table td, .table th{
	vertical-align: middle
}
td i.fa{
	font-size: 30px;
	color: #45ad00
}

@media only screen and (max-width: 767px) {
		.pricing-table a.btn{
		font-size: 14px!important;
		margin: 0 15px!important;
		width: auto!important;
		padding: 12px 0px 0 0 !important;
	}
}
 
@media only screen and (max-width: 479px) {
	.pricing-table th{
			font-size: 12px
		}
	
	.pricing-table td i {
		font-size: 18px
	}
	
	.pricing-table a.btn{
		font-size: 14px!important;
		margin: 0 15px!important;
		width: auto!important;
		padding: 12px 0px 0 0 !important;
	}
}