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


		.home_tri{ color:#fafafa; }
		
		.home_tri h2{ font-weight:bold; font-size:26px; text-transform:uppercase; padding-bottom:5px; margin:0px; letter-spacing:0px; }
	
		#shipment_num{ width:50%; }
		#get_shipment_btn{ margin-left:10px; position:relative; bottom:2px; }

		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			#shipment_num{ width:100%; }
			
			#get_shipment_btn{ margin-left:0px; position:relative; margin-top:20px; width:100%; }
		}
		
		@media only screen and (max-width:490px){
			
		}

