/* Put your custom CSS here */



.pc { 
	position: relative; 
	width: 800px; 
	margin: 0 auto; 
	padding: 0; }



    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 767px) {
        .pc { width: 300px; }