.pnz {
	font-size: 20px;
	font-family: lohit;
	border-radius: 3px;
	clear: both;
	margin-left:50px;
	margin-right:50px;
	text-align: justify;
	background: white;
	padding: 10px;
	border: solid 1px black;
}

.checking {
	color: #8c8c8c64;
	animation: blink 1s linear infinite;
	background: none;
}

@keyframes checking{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}


.ok {
	color: #008000;
	background: none;

}

.notok {
	color: red;
	background: none;
}

.swa {
	color: #008000;
	background: #f8df07;
}


.knownnotok {
	color: red;
	background: #FFCCFF;
	padding-left: 3px;
	padding-right: 3px;
}

.ok:hover, .notok:hover, .knownnotok:hover, .swa:hover {
	text-decoration:underline;
}

.selbox {
	width: 48%;
	height: 50vh;
	font-size: 20px;
	background: white;
	text-decoration:none;
}

.info {
	color: gray;
	background: none;
	font-size: 12px;
	text-align: left;
}