table { width:100%; table-layout: auto;}
td,th {	font-family: Arial, Helvetica, sans-serif;font-size: 18px; text-align:left;color: #003333; padding:0 0 0 5px; border-style: solid;border-width: 2px;vertical-align: bottom;	border-color : #448ebb;border-style: solid;border-width: 2px;-moz-border-radius : 5px;-webkit-border-radius : 5px; border-radius :5px;}
#convert {position: fixed;text-align: center;bottom: 5px;margin: auto;width: 995px;height: 100px;background-color: #fff;z-index: 10;}
@media screen and (max-width: 880px)
{
	table {width: 100%;}
	td, th {font-size: 26px;}
	#convert {display: none;}
	
}