    @media only screen and (min-width:960px) and (max-width:1199px) {
        .wrapper { width:960px; }
    }

    @media only screen and (min-width:768px) and (max-width:959px) {
        .wrapper { width:768px; }
    }

    @media only screen and (min-width:480px) and (max-width:767px) {
        .wrapper { width:420px; }
		.pricing-tables .marginb1,
		.pricing-tables .marginb2{
			margin:0 0 30px 0;
		}
    }

    @media only screen and (max-width:479px) {
        .wrapper { width:300px; }
		.pricing-tables .marginb1,
		.pricing-tables .marginb2{
			margin:0 0 30px 0;
		}
    }