
table.reltable {border: 1px solid gray;width:100%; }
table.reltable tr th {font-weight: bold; text-align: center;border: 1px solid gray;font-size: 15px;}
table.reltable tr td {border: 1px solid gray;padding:3px;}
table.reltable tr td:first-child, table.reltable th td:first-child{width:15%;}
table.reltable tr td:nth-child(2), table.reltable th td:nth-child(2){width:30%; font-weight: bold;}
table.reltable tr td:nth-child(3), table.reltable th td:nth-child(3){width:15%;}
table.reltable tr td:nth-child(4), table.reltable th td:nth-child(4){width:40%;}

table.asianGamestable {border: 1px solid gray;width:100%; }
table.asianGamestable tr th {font-weight: bold; text-align: center;border: 1px solid gray;font-size: 15px;}
table.asianGamestable tr td {border: 1px solid gray;padding:3px;text-align: initial; font-size: 14px;}



/* Responsive */
@media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px) {

	table.reltable {border: 2px solid gray;}
	table.reltable tr td, table.reltable tr th {display: block;width: 100%;}
	table.reltable tr td:first-child, table.reltable th td:first-child{width:100%;}
	table.reltable tr td:nth-child(2), table.reltable th td:nth-child(2){width:100%;}
	table.reltable tr td:nth-child(3), table.reltable th td:nth-child(3){width:100%;}
	table.reltable tr td:nth-child(4), table.reltable th td:nth-child(4){width:100%;}
	table.reltable tr {margin-bottom: 10px; border-bottom: 2px solid gray;}

	table.asianGamestable {border: 2px solid gray;}
	table.asianGamestable tr td, table.asianGamestable tr th {display: block;width: 100%;}
	table.asianGamestable tr td:first-child, table.asianGamestable th td:first-child{width:100%;}
	table.asianGamestable tr td:nth-child(2), table.asianGamestable th td:nth-child(2){width:100%;}
	table.asianGamestable tr td:nth-child(3), table.asianGamestable th td:nth-child(3){width:100%;}
	table.asianGamestable tr td:nth-child(4), table.asianGamestable th td:nth-child(4){width:100%;}
	table.asianGamestable tr {margin-bottom: 10px; border-bottom: 2px solid gray;}

}