/* ==UserStyle==
@name           Decluttered Outlook
@version        1.0.4
@description    Removes all advertisement banners, favorites, groups und the header of folders.
@author         floriegl
@namespace https://greasyfork.org/users/703184
@downloadURL none
==/UserStyle== */

@-moz-document url-prefix("https://outlook.live.com/mail/") {
/* Right-side ad banner */
div#app > div > div:nth-child(3) > div > div > div > div > div:last-child {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div:nth-child(2) {
    display: none !important;
}

/* Bottom ad banner */
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(2) {
    display: none !important;
}

/* "Upgrade" banner */
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
    display: none !important;
}
    
div[role="region"]  > div > div > div[role="menubar"] {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > div > div:nth-child(2) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > div > div:nth-child(3) > div:nth-child(1) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > div > div:nth-child(5){
    display: none !important;
}
}