@font-face {
    font-family: roboto-black;
    src: url('font/Roboto-Regular.ttf');
}

#notification_menu
{
    font-family: roboto-black;
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: 0;
	border: 1px;
	height: auto;
	width: 300px;
    z-index: 51;
}

.notification_item
{
	float: left;
	height: auto;
	line-height: 30px;
	width: 300px;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.notification-icon
{
	position: absolute;
	left: 10px;
	top: 10px;
}

.notification-text
{
	float: left;
	margin-left: 30px;
	width: 220px;
}

.notification-close
{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.notification-datetime
{
	float: left;
	height: 20px;
	width: 100%;
	color: #72b800;
	font-size: 10px;
}