.nfy-community-user-kicked-overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.9;
	background-color: #000;
}

.nfy-community-user-kicked-info {
	text-align: center;
	margin: 40% auto 0;
	width: 250px;
	background-color: #FFF;
	padding: 15px;
	font-weight: bold;
}