/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. */
@media (min-height: 0) and (max-height: 480px) {
    html {
        font-size: 50%;
    }
}

@media (min-height: 481px) and (max-height: 768px) {
    html {
        font-size: 62.5%;
    }
}

@media (min-height: 769px) and (max-height: 1080px) {
    html {
        font-size: 75%;
    }
}

@media (min-height: 1081px) and (max-height: 1440px) {
    html {
        font-size: 87.5%;
    }
}

@media (min-height: 1441px) {
    html {
        font-size: 100%;
    }
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

body {
    position: relative;
    font-size: 1.4rem;
}

main {
    height: 100%;
    /*overflow-y: auto;*/
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
}

.clearfix {
    display: block;
    clear: both;
    height: 0;
}

.pointerCursor {
    cursor: pointer;
}

.invisible {
    visibility: hidden;
}

.undisplayed {
    display: none;
}

.ms-Icon.enlarge {
    position: relative;
    font-size: 20px;
    /*top: 4px;*/
    top:0;
}

@media (min-height: 0) and (max-height: 480px) {
    html {
        font-size: 50%;
    }
}

@media (min-height: 481px) and (max-height: 768px) {
    html {
        font-size: 62.5%;
    }
}

@media (min-height: 769px) and (max-height: 1080px) {
    html {
        font-size: 75%;
    }
}

@media (min-height: 1081px) and (max-height: 1440px) {
    html {
        font-size: 87.5%;
    }
}

@media (min-height: 1441px) {
    html {
        font-size: 100%;
    }
}

/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. */
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. */


/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. */

/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license in root of repo. */



