
/* hide hotspots */
.hotspot {
    opacity: 0 !important;
}

.m-browse.ng-scope {
    display: none;
}

/* change loader background color */
div.m-loading .loading-backdrop {
    background-color: white;
}

.m-toolbar.ng-scope {
    display: none;
}

div.m-loading .loading-backdrop h2 {
    color: #414141;
}