#permcalc {
/*background-color: yellow;*/
}
 
label.l {
   border-bottom: 1px dashed orange;
}
label.l:hover {
   background-color: #FFFFCC;
}

div#rwx {
/*	display: inline;*/
	border: 2px solid blue;
	padding: 4px;
	background-color: black;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	width: 5em;
	text-align: center;
}
div#oktal {
	display: inline;
	border: 2px solid orange;
	padding: 4px;	
	background-color: black;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	width: 5em;
	text-align: center;
}

