/*

PAGE LEVEL STYLES ONLY

*/

:root
{
    font-size: 14px;
}

:root.touch-device
{
    font-size: 16px;
}


html,
body
{
    height: 100%;
    overflow: hidden;

    margin: 0;
    padding: 0;
    background-color: #fafafa;
}
