/*
    FixIE Reset v4
    ==============
*/


/*noinspection CssRedundantUnit*/
@media all {

    /* ========================== */
    /* Fix the margins & padding: */
    /* ========================== */

    html, body {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;

        overflow: auto;
        overflow-x: hidden;

        font-weight: 400;
    }

    img {
        border-style: none;
        margin: 0px;
        padding: 0px;
    }

    tr, td {
        margin: 0px;
        padding: 0px;
    }

    /* ================== */
    /* Fix bold & italic: */
    /* ================== */

    b, strong{
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }

    i, em{
        font-style: italic;
    }

    /* ======================= */
    /* Fix non-breaking space: */
    /* ======================= */

    .nobr {
        white-space: nowrap;
    }

    nobr {
        white-space: nowrap;
    }

    /* ============= */
    /* Add Clearfix: */
    /* ============= */

    .clearfix {
        overflow: auto;
    }

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
}