
.szoveg tr th,.tableth {
  font-weight:bold;
  white-space:nowrap;
	padding:10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #f6f6f6;
}

.szoveg th:first-child{	padding-left:10px;}

.szoveg tr td:first-child{
	padding-left:10px;
	border-left: 0;
  min-width:90px;
}

.szoveg tr td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
}


.szoveg.vastagborder tr td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:3px solid #df4401;
	border-left: 4px solid #2478a8;
	text-align:left;
}



.szoveg tr:not(.nohover):hover td{	background: #ee3a84; color:#fff}
.szoveg_hover tr:hover td{	background: #ee3a84; color:#fff}
