


#epanel{
	position: absolute;
	border: 1px solid black;
	width: 690px;
	height: 360px;
	top: 135px;
	left: 30px;
	padding: 25px;
	padding-top: 60px;
	z-index: 99999;
	background-color: #C4E1FF;

	text-align:right;
}
#epanelBackground{
	position: absolute;
	width: 800px;
	height: 600px;
	top: 0px;
	left: 0px;
	z-index: 99998;
	background-color: rgba(255,255,255,0.85);

}


#epanelExampleText{
	position: absolute;
	width: 690px;
	height: 200px;
	top: 20px;
	left: 30px;
}

#epanelSide{
	position: absolute;
	width: 165px;
	height: 200px;
	top: 130px;
	left: 624px;
	padding: 0px;
	z-index: 750;
	text-align:right;
	display:none;
}

#sifferOG_Epanel{
	position: absolute;
	top: 400px;
	left: 175px;
}

#decimals_Epanel{
	position: absolute;
	top: 400px;
	left: 375px;
}


#closeEpanel_btn{
	position: absolute;
	top: 400px;
	left: 675px;
}


#topepanelLine{
	position: absolute;
	top: 40px;
	left: 65px;
	font-family:Arial,Verdana,sans-serif;
  	font-size: 0.97em;
  	text-align: center;

}

#rightTable, th, td {

border: 0px;
table-layout:fixed;

overflow:hidden;
	padding: 0px;
  font-family:Arial,Verdana,sans-serif;
  font-size: 0.82em;
  color: #454545;
  text-align: center;

  
}


#eksempelstykketabell {
	

table-layout:fixed;

overflow:hidden;
padding: 0px;


  
}
.buttonEpanel{
	position: absolute;

	top: 135px;
	left: 655px;
	width: 135px;
	height: 210px;
	z-index: 1000;
	opacity: 0.0;
}

.buttonEpanel:hover {

cursor: pointer;

	opacity: 0.3;

}

span.epanelGreenFont{
	color: green;
}

span.epanelLine{
	opacity: 0.3;
}


