/* ==UserStyle==
@name           Outlook Mail Tidy [Migrate Me!]
@namespace      https://userstyles.world/style/19866/outlook-mail-tidy
@version        4.7.2
@description    This style has now migrated to UserStyles.world.
@author         BoffinBrain
@homepageURL    https://userstyles.world/style/19866/outlook-mail-tidy
@updateURL      https://userstyles.world/api/style/19866.user.css
==/UserStyle== */

@-moz-document domain("live.com") {

    /*head, title {
        display: block;
        font-size: 0;
    }

    title:before,
    title:after {
        display: block;
        background: #200;
        color: #fec;
        font-size: 1.2rem !important;
        text-align: center;
        font-family: sans-serif;
        padding: 1rem 2rem 0.3rem;
    }

    title:before {
        content: "You're using a style hosted on UserStyles.org or the USO Archive.";
    }

    title:after {
        padding: 0.3rem 2rem 1rem;
        font-size: 1rem !important;
        content: "Outlook Mail Tidy has now migrated to UserStyles.world! Edit this style to get the new URL, or go to your Installed Styles list and click the style's homepage link.";
    }*/

	/* Reduce the height of rows in the folders panel */
    .Dnv7K,
    .QreOD {
        height: 28px !important;
        line-height:28px !important;
    }

    /* Hide the ad row at top of message panel */
    .Ogt7j,
    .kk1xx {
        display: none !important;
    }

    /* Shorter message rows */
    .TszOG {
        padding-bottom: 8px !important;
        margin-top: -2px !important;
    }

    /* Hide right panel containing ads and adblocker message */
    .pBKjVBVDRKIDHWS0A95I,
    .pBKjV,
    .GssDD {
        display: none !important;
    }

}