.ui-notify {
	position: fixed;
	width: 100%;
	height: 100px;
	display: none;
	padding: 10px;
}

.ui-notify-top {
    top: 0;
}

.ui-notify-bottom {
    bottom: 0;
}
 
.ui-notify-close {
	position: absolute;
	right: 3em;
	top: 1em;
	cursor: pointer;
    opacity: 0.5;
}

.ui-notify-close:hover {
    opacity: 1.0;
}