/*************************************************************************/


#dimensions_panel {
	display: block;
	position: fixed;
	top: 200px;
	left: 0;
	padding: 10px;
	line-height: 20px;
	background: green;
	color: white;
	z-index: 1000;
	box-shadow: 2px 2px 10px 2px grey;
}

#kstn_debug {
	display: block;
	position: fixed;
	top: 260px;
	left: 0px;
	padding: 10px;
	line-height: 20px;
	background: orange;
	color: white;
	z-index: 1000;
	box-shadow: 2px 2px 10px 2px grey;
}


/*************************************************************************/
.kns_frame {

width:100%;
margin-top:40px;
scrolling:auto;
border:0!important;
}


/*************************************************************************/

.lang	{	position: fixed; top: 0px; right: 25px;
		width: 60px;
		text-align:center;  
		padding: 3px 0px 5px 0px; 
		margin:0px; 
		display:inline-block; 
		background: rgba(0, 0, 0, 0.7); 
		-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
		-moz-border-bottom-left-radius: 5px; -moz-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
		
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black; 
		font-size: 12px; 
		/* color: #025632; */
		color: #175617;
	}

	
.lang a:link,
.lang a:visited	{ color:white;} 	
.lang a:hover,
.lang a:active	{ color:#175617;}

/*@media screen and (max-width:970px){
	.lang	{ margin-left: auto; margin-right:auto; right: 0px; left: 0px;}
}
*/
/* @media screen and (max-width:970px){
.lang {position: fixed; top: 60px; width: 100%; right: 5px;font-size:26px; color:#fefefe;}

.langs {float: left; text-align: center; padding-right: 9px; padding-left: 5px; background: rgba(0, 0, 0, 0.7);
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; 
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black; font-size: 0.6em; color: #175617;}
} */