/* tbl-args:hu: Argumentum lista */
/* tbl-args:en: Argumentum list */
.tbl-args {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed; 
}
.tbl-args td {
	border: 1px solid silver;
	padding: 8px 12px;
	vertical-align: top;
}
.tbl-args td:nth-child(1) { width: 250px; }
.tbl-args td:nth-child(2) { width: 80px; text-align: center; }
.tbl-args td:nth-child(3) { width: calc(100% - 330px); }
.tbl-args tr:nth-child(even) td { background-color: #f3f3f3; }
.tbl-args tr:nth-child(odd) td { background-color: #fafafa; }