@charset "utf-8";
/* CSS Document */

@media (max-width:320px){
	.temp-container{text-align:center;}
}
@media (min-width:321px) and (max-width:480px){ 
.temp-box{width:208px !important;}
body{background:red;}
}