
@media only screen and (max-device-width: 480px) {
  #container {
    width: 480px;
  }
  #leftcontent {
    width: 480px;
  }
  .mob_hide {
    display: none;
  }
  .mob_show {
    display: block;
  }
  .quote {
 	width:480px;
 	margin:0;
  }
.quoteselect {
	font-size:100%;
}
.quote select {
	float:left;
	width:200px;
}
.nav {float:left;clear:none; margin:20px;margin-top:5px;width:80px;height:24px;}
	
.nav a {
		font-size:180%;
}
.result {
	font-size:160%;
	margin-left:15px;
}
	.diff {
	font-size:160%;
	margin-left:15px;
}
.flagtextinquote {
	font-size:20px;;	
	}
.quotelabel {font-size:160%;width:100px;}
.baseccylabel {font-size:160%;margin-left:0px; }
.quote input {
	font-size:18px;
	height:28px;
	width:28px;
}
.quote table {
	width:400px;width:100%; /* border: solid 1px green; */
	}
.thin_td { width:95px; }

.nav_ccy_chooser { font-size:140%; width: 130px;
}
.bigrate { font-size: 145%; }
.bigrateNA { font-size: 145%; } 
.wide_td { width:320px; font-size:16px;}
	
  body {
  background: white; 
  width:480px;
  margin:0;
  }
} 