.noscroll {
	overflow: hidden;
}

.respTable {
	box-sizing: border-box;
	display: block;
	position: relative;
}

#gumi_ertekeles table,
#gumi_ertekeles td,
#gumi_ertekeles th,
#gumi_ertekeles tr,
.respTable,
.respTable .tablazatcim,
.respTable table,
.respTable td,
.respTable th,
.respTable tr {
	font-size: 15px;
}

.respTable .tablazatcim {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

.respTable .openTable,
.respTable .closeTable {
	cursor: pointer;
	display: none;
	white-space: normal;
	width: 100%;
}

.respTable .tableHolder {
	display: block;
}

@media screen and (max-width: 800px) {

	.respTable .openTable {
		display: block;
	}

	.respTable .tableHolder {
		display: none;
	}

}


.respTable.popup {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
   display: table;
	left: 0;
   height: 100vh;
   position: fixed;
	right: 0;
	text-align: center;
	top: 0;
   width: 100vw;
	z-index: 1000;
}

.respTable.popup .resM {
   display: table-cell;
	text-align: center;
   vertical-align: middle;
}

.respTable.popup .resI {
	background-color: white;
	box-sizing: border-box;
	max-height: 80vh;
	max-width: 90vw;
   margin-left: auto;
   margin-right: auto;
	overflow: auto;
	padding: 20px;
}

.respTable.popup .openTable {
	display: none;
}

.respTable.popup .tableHolder {
	display: block;
}

.respTable.popup .closeTable {
	display: block;
}

.respTable.popup table {
	font-size: 80%;
}
