/* tbl-hotdog: hu: Hot-Dog tábla */
/* tbl-hotdog: en: Hot-Dog Table */
.tbl-hotdog th, .tbl-hotdog td {
	background-color: #fa4141;
	color: #993333;
	border: 1px solid #ef6a22;
}
.tbl-hotdog thead th, .tbl-hotdog thead td {
	background-color: #efe322;
	color: #666600;
	font-weight: bold;
	border-color: #ef6a22;
}


/* tbl-vegetable:hu: Növényi tábla */
/* tbl-vegetable:en: Vegetable Table */
.tbl-vegetable th, .tbl-vegetable td {
	background-color: #ffffcc;
	color: #993333;
	border: 1px solid red;
}
.tbl-vegetable thead th, .tbl-vegetable thead td {
	background-color: #cccc33;
	color: #666600;
	font-weight: bold;
	border-color: red;
}
