.wave-bg {
    /*background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(220, 39%, 23%, 1)'/><path d='M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='1' stroke='hsla(0, 0%, 100%, 0.15)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")*/
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(220, 39%, 23%, 1)'/><path d='M20-5V5m0 30v10m20-30v10M0 15v10'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 59%, 59%, 0.4)' fill='none'/><path d='M-5 40H5M-5 0H5m30 0h10M35 40h10M15 20h10'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 59%, 59%, 0.4)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

div.geppark-tablazat ul.machines {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	padding: 8px 0 16px 16px;
	margin: 0;
    margin-bottom: 30px;
}

div.geppark-tablazat ul.machines li {
	display: list-item;
	padding: 4px;
	margin-bottom: 4px;
    border-bottom: 1px solid rgb(114, 114, 114);
}

div.geppark-tablazat ul.machines span.name {
	font-weight: bold;
	width: 30%;
	display: inline-block;
}

div.geppark-tablazat ul.machines span.desc {
	display: inline-block;
	width: 28%;
	font-style: italic;
}

div.geppark-tablazat ul.machines span.price {
	width: 40%;
	display: inline-block;
    text-align: right;
}

