#mainPageHeader {
	background-color: #6699CC;
}
#contentArea {
	padding: 40px 20px 40px 20px;
    overflow-y: auto;
    overflow-x: auto;
}

.modal-open #notifications {
	display: none;
}

.notifications {
	padding-left: 0;
}
.notifications > li {
	list-style-type: none;
}
.notifications.global > li {
	border: dotted gray 1px;
	background-color: #CCC;
}
.clickable {
	cursor: pointer;
}

#toast-container>div {
	opacity: 1 !important;
}