.notifications_wrapper
	{
		position: fixed;
		left: 0px;
		bottom: 0px;
		box-sizing: border-box;
		width: 100%;
		padding: 20px;
	}

.notifications_lightbox
	{
		position: relative;
		width: 100%;
		padding: 10px 0;
		border-radius: 10px;
		box-shadow: 0px 0px 15px #000;
		background-color: #fff;
	}

.notifications_close
	{
		position: absolute;
		top: 0;
		right: 0;
		margin: 10px;
		padding: 5px;
		cursor: pointer;
	}

.notifications ul li
	{
		padding: 10px;
		color: #000;
	}