/* custom CSS code */

#table_id,
.kasszaForm {
	width: initial;
}

#table_id td,
#table_id th,
.kasszaForm td,
.kasszaForm th {
	font-size: 0.9em;
}

/* .td_datum {
	min-width: 120px;
}

.td_osszeg {
	min-width: 130px;
} */

.td_megnevezes {
	/* min-width: 100px; */
	max-width: 250px;
	text-align: justify;
}

/* .td_added_by {
	min-width: 50px;
} */

.th_added_by {
	font-size: 0.8em;
}

.kasszaForm textarea,
.forgalmiForm textarea {
	max-width: 250px;
}

.kasszaForm textarea,
.forgalmiForm textarea,
.kulfoldiMuszakiForm textarea,
#urlap input {
	height: 31px;
	padding: 6px 8px;
}

#urlap .forgalmiForm input.urlap_feleves_input,
#urlap .kulfoldiMuszakiForm input[type="checkbox"] {
	height: initial;
}

#osszesites {
	width: 450px;
	margin: 20px;
	border: 2px solid #795548;
	background-color: #ffdb98;
	box-shadow: 5px 5px 5px 0px darkgrey;
	border-radius: 3px;
	position: relative;
}

.penznemOsszeg {
	display: inline-block;
	padding: 20px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #5f4137;
	width: 123px;
	line-height: 1.5em;
}

#penznemOsszegCHF {
	border-right: 3px dashed #795548;
}

#penznemOsszegHUF {
	border-left: 3px dashed #795548;
}

@media only screen and (max-width: 420px) {
	#table_id td,
	#table_id th,
	.kasszaForm td,
	.kasszaForm th {
		font-size: 0.7em;
	}
}