#n-list {
	position:fixed;
	bottom:0;
	right:0;
	z-index:1001;
}

.n-container {
	width:400px;
	margin-bottom:4px;
	display:none;
}

.n-inner {
	background-color: #242729;
	padding:15px;
}

.n-inner:after {
	display:table;
	content:' ';
	clear:both;
}

.n-image img {
	border-radius: 50%;
	border: 3px solid #ffbb00;
	width:50px;
	height:50px;
	float:left;
	margin-right:15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.55);
}

.n-content {
	float: left;
	padding-top:4px;
}

.n-content p {
	padding: 0;
	margin: 0;
	color: #fafafa;
	font-family: "Roboto", Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height:140%;
}

.n-content p b {
	font-weight: 600;

}

p.n-action {
	color: #ffbb00;
}

p.n-action a {
	color:inherit;
	font-weight: 600
}

.n-close {
	background-color: red;
	position:relative;
	cursor:pointer;
}

.n-close img {
	position:absolute;
	right:-5px;
	top:-5px;
	width:18px;
	height:18px;
}

.n-prompt a {
	color:inherit;
}

@media (max-width: 450px) {
	.n-container {
	width:100%;
	margin-bottom:4px;
	display:none;
}
}
