@charset "utf-8";
/* CSS Document */
td {
	text-align: left;
}
td, th, thead {
	font-weight: 400!important
}
/*
@media (max-width:480px) {

#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
	display: block;
}

#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border-bottom: 1px solid #ccc;
}
#no-more-tables td {
	
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 45%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td:before {
	
	position: absolute;
	
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 5px;
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
}

#no-more-tables td:before {
	content: attr(data-title);
}
}

másik tábla - hosszabb**/

@media (max-width:767px) {
/* Force table to not be like tables anymore */
#no-more-tables2 table,  #no-more-tables2 thead,  #no-more-tables2 tbody,  #no-more-tables2 th,  #no-more-tables2 td,  #no-more-tables2 tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables2 thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables2 tr {
	/*border-bottom: 1px solid #E3E3E3;*/
}
#no-more-tables2 td {
	/* Behave  like a "row" */
		
	border-bottom: 1px solid #B3B3B3;
	
	position: relative;
	padding-left: 45%;
	white-space: normal;
	text-align: left;
}
#no-more-tables2 td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 5px;
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
}
#no-more-tables2 td:before {
	content: attr(data-title);
}
.tda {
	background-color: #97BE0C!important;
	color:#FFF!important;
	margin-top: 25px;
	/*border-right: solid 1px #D5D5D5!important;*/
}

}
#no-more-tables2 td {
	/*border-right: solid 1px #D2D3D0;*/
}
#no-more-tables2 th {
	background-color: #97BE0C!important;
	color:#FFF!important;
	/*border-right: solid 1px #D5D5D5!important;*/
}














