    body, html {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    canvas {
        position:absolute;
    }

    .active{font-weight:bold;}
    .selected{font-weight:bold;}

    .lnt-nav-mega{
        background: #FFFFFF;
        margin: 5px;
    }

    .navbar-nav {
        padding: 1px;
    }

    #overlayx {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        font-size: 8em;
        font-weight: bold;
        color: #666;
        z-index: 999999;
        text-align:center;
    }

    #loadingpercent {
        margin-top: 320px;
    }

    #menuholder {
        position: absolute;
        z-index: 999;
    }




    div.mncst  {
      width: 150px;
      float: left;
      z-index: 999;
      color: #333;
      padding: 12px;
      background-color: #EFEFEF;
      border: none;

    }

    div.mnsvw  {
      width: 150px;
      
      float: right;
      z-index: 999;
      color: #333;
      padding: 12px;
      background-color: #EFEFEF;
      border: none;

    }

