html {
    height: 100%;
    background-color: #FFFFFF;
}
body {
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    font-family: Helvetica, arial, sans-serif;
    position: relative;
    width: 100%;

    -webkit-tap-highlight-color: transparent;
}

#application-canvas {
    display: block;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#application-canvas.fill-mode-NONE {
    margin: auto;
}
#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0;
}
#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0;
}

canvas:focus {
    outline: none;
}

canvas {
    /*width: 0px;
    height: 0px;*/
}

#div_object, #div_zp, #div_zp_2, #div_zc, #div_zb, #div_rez, #div_material, #div_instructions  {
    display: inline-grid;
    text-align:center;
    color: orange;
}

#div_model_select, #div_model_btns, #div_material_btns  {
    display: inline-grid;
}

#div_instructions  {

    border: 1px solid #ffd27f;
    float:left;
}

#div_instructions_txt :not(h3)  {
    color:white;
    font-size: 1em;
}

#div_instructions_txt :not(p) {
    font-size: 0.8em;
    color:#ffd27f;
    text-decoration: underline;
    text-decoration-color: #ffd27f;
}
