/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2024 | 12:00:45 */
.bal-tablazat {
	padding-right: 20px !important;
    border-right: 1px solid #D9D9D9 !important;
}
.jobb-tablazat {
	margin-left: 10px !important;
}

.custom-table tr td:nth-of-type(2),
.custom-table tr td:nth-of-type(3) {
	text-align: center;
}
.custom-table {
	border: 0;
	margin: 0;
}
.custom-table th,
.custom-table td {
	border-width: 0 0 1px 0;
}
.custom-table tr:last-of-type td {
	border: 0;
}
@media only screen and (max-width: 768px) {
	.bal-tablazat,
	.jobb-tablazat {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
}