#mt940 table {
	margin-top: 1.5%;
	border-collapse: collapse;
	width: 47%;
	margin-left: 2%;
}

.transaction {
    float: left;
}

#mt940 caption {
	background-color: #1f8dd6;
	color: white;
	font-weight: normal;
	width: fit-content;
	font-size: 1.3em;
	text-align: left;
	font-weight: bold;
}

.highlight caption {
	background-color: #27b61a !important;
}

#mt940 table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#mt940 table tr {
	border-bottom: 3px solid #ddd;
	display: block;
	margin-bottom: .625em;
}

#mt940 table td {
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: right;
}

#mt940 table td::before {
	content: attr(data-label);
	float: left;
}
