html.anysource {
    background-color: #1A1A1A;
}

html.notesource,
.anysource body *:not(#ENCPClone, #ENCPNote, .presentationToolbar, .presentationToolbarTooltip) {
    background-color: #1A1A1A;
}

.anysource .pointer-container,
.anysource .pointer-container canvas {
    background-color: transparent;
}

.anysource .presentationPreviousNoteButton,
.anysource .presentationNextNoteButton,
.anysource .presentationPageUpButton,
.anysource .presentationPageDownButton {
    background-color: rgba(26,26,26,.8); /*rgba(255,255,255,.9);*/
}

.anysource .presentationPreviousNoteButton.hover,
.anysource .presentationNextNoteButton.hover,
.anysource .presentationPageUpButton.hover,
.anysource .presentationPageDownButton.hover {
    background-color: #4c4c4c;
}

.anysource .presentationThemeButton {
    /*background-image: url(../images/nightmode_exit_icon.svg);*/
    background-image: url(../images/nightmode_exit_icon.png);
}

.anysource .presentationPreviousNoteTitle,
.anysource .presentationNextNoteTitle,
.anysource .endNoteMessage {
    background-color: rgba(26,26,26,.8);
}

.anysource body *.presentationToolbarTooltip,
.anysource body *.presentationBackTooltip  {
    background-color: rgba(26,26,26,.9) !important;
}

.anysource body *.presentationToolbarTooltipKeyShortcut,
.anysource body *.presentationBackTooltipKeyShortcut {
    color: #a7a9ac !important;
}

.anysource .presentationBackButton {
    background-color: #4c4c4c;
}
.anysource .presentationBackButton {
    background-color: #4c4c4c;
}

.anysource body *.presentationToolbarTooltipKeyShortcut {
    color: #a7a9ac !important;
}

.waitingLoaderTitle,
.anysource .waitingLoaderTitle {
    color: #999 !important;
}

.waitingLoaderTitle .title,
.anysource .waitingLoaderTitle .title {
    color: white !important;
}
