.terkep-futar-szallitas-row {
	color: #333;
	display: flex;
	align-items: center;
	padding: 3px;
	margin: 7px 0;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
}

.terkep-futar-szallitas-adatok {
	flex: 1 1 auto;
	cursor:pointer;
	max-width: 90%;
	padding-right: 3px;
}

.terkep-futar-szallitas-muveletek {
	flex: 0 0 auto;
	display:flex;
	align-items: center;
	padding: 0 0 0 5px;
	justify-content: flex-end;
	width: 10%;
}

.terkep-futar-szallitas-muveletek a:not(:last-child) {
	margin-right: 10px;
}