
    .cw-pricing-table {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 15px;
        color: #333; /* #3b5671 */
		margin-top:12px;
		margin-bottom:12px;
        width: 100%;
        padding: 0;
		overflow-x:auto; /* or scroll */
		border: 0;
    }

    .cw-pricing-table table {
        border-collapse: collapse;
        padding: 0;
        margin: 0;
		width: 100%;
		border: 0;
		text-transform: none;
		/* background:#FFF; */
		color: #333;
    }
	
	.cw-pricing-table table thead tr{
		background: #f0f0f0;
	}
	
	.cw-pricing-table table tbody tr {
		background: rgba(255, 255, 255, 0.6);
	}

	.cw-pricing-table table tbody tr:nth-child(2n+1) td {
		background: #F7F7F7;
	}
    /*
	.cw-pricing-table table tbody tr:hover td{
		background: #f0f0f0;
		border-top: 0px solid #E2E2E2;
	}
	*/
    .cw-pricing-table table th {
        border: 0;
        vertical-align: bottom;
		padding:6px;
        text-align: left !important;
		/*min-width:100px;*/
		font-size:15px;
		text-transform: none;
		background: #f0f0f0;
		color: #333;
		font-weight:normal;
    }

    .cw-pricing-table table td {
        border-bottom: 0px solid #dadada;
        border: 0;
        vertical-align: middle;
		padding:6px;
        text-align: left !important;
		/*min-width:100px;*/
		font-size:15px;
		text-transform: none;
		background: rgba(255, 255, 255, 0.6);
		color: #333;
		font-weight:normal;
    }
	
	.cw-pricing-table .urllink a {
		color: #1C6F93;
		text-decoration: none;
		word-break: break-all;
		word-wrap: break-word;
	
	}
	
	.cw-pricing-table .urllink a:hover{color:#4CB1DD;}
	.cw-pricing-table .urllink a:focus{color:#4CB1DD;}

/*
    .cw-pricing-table table th:nth-child(1),
    .cw-pricing-table table td:nth-child(1) {
        text-align: left;
        padding-left: 0;
        font-weight: bold;
    }
*/

/* Pricing Tables */

.cw-pricing-table table {
    /* border-collapse:separate;
    border-spacing:0 5px; */
}

.cw-pricing-table table tbody tr td { 
    padding: 12px;
}

.cw-pricing-table .package-tr {
	height:120px;
}

.cw-pricing-table .package {
    color: white;
    font-size: 30px;
	text-align: left;
}

.cw-pricing-table .price-tr {
	height:60px;
}

.cw-pricing-table .price {
    font-size: 28px;
	vertical-align: middle;
	text-align: left;
}

.cw-pricing-table .description {
    font-size: 15px;
	vertical-align: middle;
	text-align: left;
}

.cw-pricing-table .description-title {
    font-size: 16px;
	display:block;
	padding-bottom:8px;
}

.cw-pricing-table-yes {
    background: rgba(0, 0, 0, 0) url("../images/yes-icon.png") no-repeat;
    padding-bottom: 0px;
    padding-left: 22px;
    padding-top: 0px;
}

.cw-pricing-table-no {
    background: rgba(0, 0, 0, 0) url("../images/no-icon.png") no-repeat; 
    padding-bottom: 0px;
    padding-left: 22px;
    padding-top: 0px;
}

@media screen and (max-width: 640px) {
	
    /* Pricing Tables */
	
	.cw-pricing-table .package-tr {
		
	}
	
.cw-pricing-table .package {
    color: white;
    font-size: 26px;
	text-align: left;
}
	
}

