.ntf-wrapper{
	position: fixed;
	right: 0;
	top: 0;
	width: 50vmin;
	z-index: 2000;
}

.ntf{
	position: relative;
	padding: 5px 5px;
	border-radius: 5px;
	color: #333;
	display: none;
	background-color: #eee;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.125);
	margin-bottom: 5px;
	border: 1px solid #bbb;
}

.ntf-close{
	position: absolute;
	right: 8px;
	top: 10px;
	cursor: pointer;
}

.ntf-title{
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13pt;
}

.ntf-body{
	margin: 8px 0;
}