.notifications {
	position: fixed;
	z-index: 800;
	width: 15%;
	padding: 10px;
}

.notification {
	border-radius: 5px;
	padding: 10px;
}

.notifications > .notification:not(:last-child) {
	margin-bottom: 10px;
}

.notification .left {
	float: left;
}

.left .circle {
	margin-left: 5px;
	border-radius: 50%;
	height: 13px;
	width: 13px;
}

.notification .right {
	margin-left: 20%;
	word-wrap: break-word;
}