#delivery table { 
  width: 100%; 
  border-collapse: collapse; 
  margin: 5px 0 15px 0;
}
/* Zebra striping */
#delivery tr:nth-of-type(odd) { 
  background: #eee; 
}
#delivery th { 
  background: #333; 
  color: #ffffff; 
  font-weight: bold; 
}
#delivery td, th { 
  padding: 6px; 
  border: 1px solid #D9D9D9; 
  text-align: left; 
}
#payment table {
border-collapse : collapse ;
border-width : 1px 1px 1px 1px ;
border-style : solid ;
border-color : #dbdbdb ;
border-left-color: transparent;
border-right-color: transparent;
}
#payment table th {
border-width : 0 1px 1px 0 ;
border-style : solid ;
padding : 1em ;
border-color : #dbdbdb;
}
#payment table td {
border-width : 0 0px 1px 0 ;
border-style : solid ;
padding : 1em ;
border-color : #dbdbdb;
line-height: 1.8em;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	#delivery table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#delivery thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#delivery tr { border: 1px solid #D9D9D9; }
	
	#delivery td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #D9D9D9; 
		position: relative;
		padding-left: 50%; 
	}
	
	#delivery td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: no;
	}
	
	/*
	Label the data
	*/
	#delivery td:nth-of-type(1):before { content: "Á÷ÎÁ¶èÊ¬"; }
	#delivery td:nth-of-type(2):before { content: "ËÌ³¤Æ»"; }
	#delivery td:nth-of-type(3):before { content: "ËÌÅìËÌ"; }
	#delivery td:nth-of-type(4):before { content: "ÆîÅìËÌ"; }
	#delivery td:nth-of-type(5):before { content: "´ØÅì/¿®±Û"; }
	#delivery td:nth-of-type(6):before { content: "ÃæÉô/ËÌÎ¦"; }
	#delivery td:nth-of-type(7):before { content: "´ØÀ¾"; }
	#delivery td:nth-of-type(8):before { content: "Ãæ¹ñ"; }
	#delivery td:nth-of-type(9):before { content: "»Í¹ñ"; }
	#delivery td:nth-of-type(10):before { content: "¶å½£"; }
	#delivery td:nth-of-type(11):before { content: "²­Æì"; }
  
#payment table th,td{
display: block;
order: none;
}
#payment table {
border-collapse : collapse ;
border-width : 1px 1px 0px 1px ;
border-style : solid ;
border-color : #dbdbdb ;
border-left-color: transparent;
border-right-color: transparent;
}
#payment table th {
border-width : 0 0px 1px 0 ;
border-style : solid ;
border-color : #dbdbdb;
}
}

.tsth_headline {
	font-size:170%;
	margin-top:0;
}