.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}


.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
#lightbox_alap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#lightbox_alap[id] {
  display: table;
  position: static;
}
#lightbox_kozep {
  position: absolute;
  top: 50%;
}
#lightbox_kozep[id] {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}
#lightbox_inner {
  position: relative;
  height: 500px;
}
.felugro {
  z-index: 2000;
  border: 3px solid #ff6600;
	background-color: #fff;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	background-position:  center center;
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 80%;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup-fej {
  background-color: #ff6600;
  width: 100%;
  height: 40px;
  display: table;
}
.popup-fej h1{
float: left;
	text-align: left;
	padding: 5px;
	width: 90%;
	box-sizing: border-box;
}
.felugro_szoveg {
margin-top: 0px;	
height: 400px;
overflow-y: scroll;
padding: 10px;
	z-index: -1; 
}
.felugro h1{
	color: white;
}
.felugro h2{
	color: white;
}
.close {
  border-style: solid;
	border-width: 3px;
	border-color: #ccc;
  margin-top: -10px;
  margin-right: -10px; 
	background: #4c4c4c;
	color: white;
		text-align: center;
  width: 30px;
  height: 30px;
  float: right;
	font-size: 18pt;
	font-family: Arial,Helvetica,sans-serif;
	-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.close:hover { 
	background: #ff8800;
}
