.decoBlock{
	display:inline-block;
	position:fixed;
	background-color:white;
	top:0;
	right:0;
	padding:10px;
	padding-left:20px;
	border-left:1px solid black;
	border-bottom:1px solid black;
}
.thmBlock{
	position:fixed;
	top:0;
	padding:10px;
	background-color:white;
	left:0;
	border-bottom:1px solid black;
	border-right:1px solid black;
}
.popup{
	display:inline-table;
	position:fixed;
	top:100px;
	width:50%;
	text-align:center;
	min-width:120px;
	min-height:120px;
	line-height:30px;	
	left:25%;
}
.popup fieldset{
	display:table-cell;
	background-color:black;
}
.panUL{
	column-count: 3;
}
#panCoursButton{
	bottom:0;
}