  
.ms-d-block-lg {
	display: block;
}

.ms-d-block-sm {
	display: none;
}

.ms-inline {
	display: inline-block;
	width: auto;
	height: 100%
}

.ms-img-round {
	border-radius: 50%;
}

.ms-has-notification {
	position: relative;
	color: #fff;
}

.ms-has-notification:hover {
	color: #fff;
}

.ms-has-notification::after {
	content: '';
	position: absolute;
	top: -6px;
	right: -3px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	background: #ec4e20;
}

.ms-quick-stats:first-child .ms-stats-grid {
	border-left: 0
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
} 
   
.ms-d-block-lg {
	display: block;
}

.ms-d-block-sm {
	display: none;
}

.ms-inline {
	display: inline-block;
	width: auto;
	height: 100%;
        margin-top: 15px;
}

.ms-img-round {
	border-radius: 50%;
}

.ms-has-notification {
	position: relative;
	color: #fff;
}

.ms-has-notification:hover {
	color: #fff;
}

.ms-has-notification::after {
	content: '';
	position: absolute;
	top: -6px;
	right: -3px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	background: #ec4e20;
}

.ms-quick-stats:first-child .ms-stats-grid {
	border-left: 0
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
} 
.ms-scrollable,
.ms-aside-scrollable {
	position: relative;
	overflow-y: auto;
}
#ms-nav-options ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    margin: 10px;
    background: darkgrey;
}
#notification {
    width: 400px;
    overflow: auto;
    height: auto;
}
