@media screen and (min-width: 1200px) {
	body {
		padding: 0;
		margin: 0;
  	}
	* {
		font-size: 52px;
  	}
  	.global_price,
  	.tables th{
  		font-size: 30px;
  	}
  	.tables td{
  		padding: 3px;
  	}
  	.tables{
  		padding-top: 10px;
  	}
  	.tables table{
  		font-weight: bold;
  	}
  	.tables .header{
  		padding-top: 0;
  		padding-bottom: 10px;
  		height: 35px;
  	}
  	.tables .header span.namber{
  		float: left;
  	}
  	.tables .header span{
  		font-size: 30px !important;
  	}
  	.tables .gold-table{
  		margin-bottom: 10px;
  	}
}