:root {
    /*--main-color: #3498db;*/
    /*--font-size: 16px;*/
    /*--spacing: 1rem;*/
    --border-color: #ccc;
    --bg-color: #eeeeee;
    --font-dim: #444;
}

    body{
        font-family: monospace;
        /*font-family: sans-serif;*/
        margin:0px;
    }
    *{box-sizing: border-box;}
 /*only for mobile*/
    div#P9D::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (max-width: 800px) {

    #P9U > .inactive{
        width : 0;
        height : 0;
        overflow : hidden;
    } 

}
    img{
        width:100%;
        box-sizing: border-box;
        
        /*display: none !important;*/
    }

    .btn:hover{
        
        user-select: none;
        cursor:pointer;
        font-weight: bold;
    }

zlh {
    /* margin: -0.4rem; */
    position: sticky;
    top: 0rem;
    padding: 0.2rem 0.6rem;
    background: #eeeeee;
    display: block;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
.no-scroll{
    overflow:hidden;
}