
.table-resp td img { 
	text-align: center; }
	
@media screen and (max-width: 600px) {

	.table-resp { 
		border: 0;
		border-top: 2px solid #dddddd; }

	.table-resp caption { 
		font-size: 1.3em; }

	.table-resp thead { 
		display: none; }

	.table-resp tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.table-resp.table-invoice tr {
		border-bottom: 1px solid #ddd;
		display: block;
		margin-bottom: .0em;
	}

	.table-resp td {
		border-bottom: 1px solid #ddd !important;
		display: block;
		font-size: .8em;
		text-align: right;
		border-radius: 0 !important;
	}

	.table-resp td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.table-resp td:last-child { 
		border-bottom: 0; }
}