@media only screen and (max-width : 480px) {
	body{
		background: none;
		font-size: 120% !important;
	}
	#default_page #content_root,#main_container .wrapper{
		width: 100%;
	}
	table{
        display: none; 
    }
}