.responsive-table-wrapper-12334 {
	width: 100%;
	overflow-x: auto;
}

.responsive-table-12334 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.responsive-table-12334 th,
.responsive-table-12334 td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
}

.responsive-table-12334 th {
	background-color: #f5f5f5;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.responsive-table-12334 thead {
		display: none;
	}

	.responsive-table-12334 tr {
		display: block;
		margin-bottom: 15px;
		border: 1px solid #ccc;
	}

	.responsive-table-12334 td {
		display: block;
		text-align: right;
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.responsive-table-12334 td:last-child {
		border-bottom: none;
	}

	.responsive-table-12334 td::before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
		width: 45%;
		padding-right: 10px;
		text-align: left;
		font-weight: bold;
	}
}
