@media only screen and (max-width: 960px) {
  #wrapall {
    width: 100%; } 
 #wrapall .c00 {
    width: 100%; }     
}
@media only screen and (max-width: 960px) {
	#wrapall .c00 #z_wrapper {
	    width: 100%;
	    margin: 0;

    }
    ul.z_cp_item {
    	margin-left: 1%;
    }

    #z_office_supplies {
    	width: 40%;
    	height: auto;
	}
}

@media screen and (max-width:680px) {

	#z_wrapper {width: auto;}
	.z_how_to {
		width: auto;
	}
	
    #z_office_supplies {
    	width: 100%;
    	height: auto;
	}
	ul.z_cp_item {
		clear: both;
		float: none;
		width: 97%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
	}
	.z_cp_tools {
		position: static;
		font-size: 16px;
	}
	.z_cp_coupon_code {
		font-size:16px;
	}

}
/*
@media only screen and (max-width: 320px) {
  #wrapall {
    width: 320px; } }
*/