#notifications {
	position: relative;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	-moz-box-shadow:    0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow:         0 0 5px 2px #ccc;
	width: 300px;
	height: 250px;
	z-index: 9999;
	right: 34px;
	left: auto;
	position: absolute;
	top: 54px;
	display: none;
}
#notifications:after, #notifications:before {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#notifications:after {
	border-color: rgba(156, 151, 149, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
#notifications:before {
	border-color: rgba(242, 238, 245, 0);
	border-bottom-color: #e1e1e1;
	border-width: 18px;
	margin-left: -18px;
}