/*==========================================================================================================*/
/* only iphone4 landscape & Potriat 300 by 480*/
@media only screen and (max-width: 567px) {
	
	table.res-table tr th { display:none; }
	table.res-table tr td { display:block; position:relative; padding-left:50%; }
	table.res-table td:before { content: attr(data-th) ""; font-weight: bold; width: 50%; display:block; padding-right:10px; position:absolute; left:0; top:0; padding:10px 10px; } 
	table.res-table { border-top:0; }
	table th:not(:first-child), table td:not(:first-child) { text-align: left; }
	.trigger { margin: 0; }
	
	table.res-table tr td:first-child{
	    padding-left : 0px;
	    text-align : center;
	    background-color : #f7f7f7;
	}
	
}