.notifications {
	position: fixed;
	z-index: 9000;
	width: auto;
	padding: 10px;
}

.notification {
	border-radius: 5px;
	padding: 10px;
}

.notifications > .notification:not(:last-child) {
	margin-bottom: 10px;
}

.notifications .notification .left {
	float: left;
}

.circle {
	padding-top: none;
}

.notifications .left .circle {
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 5.5px;
	border-radius: 50%;
	height: 13px;
	width: 13px;
}

.notification .right {
	margin-left: 20%;
	white-space: nowrap;
	margin-left: 5%;
	padding-right: 25px;
}