body {margin: 0px;padding: 0px;background-color: white;
	    		    }

@-viewport {

width: device-width;

}


@media screen and (min-width:480px) and (max-width:800px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops

  */
}

@media screen and (max-width:479px) {
  /* Target portrait smartphones */
}



