.active {
    color: red;
    text-decoration: underline
}



#kolko:hover {
    background: red
}

table {
    /* width: 100%; */

}

thead {
    display: block;
    /* width: 100%; */
    height: 20px;
}

tbody {
    width: 400px;
    display: block;
    height: 400px;
    overflow: auto;

}

td {
    width: 50px
}

@media(max-width:800px) {
    .mnav {
        /* display:fixed; */
        position: fixed;
        top: 50px;
        right: 50px;
        border-radius: 50%;
        z-index: 19999;
        opacity: 0.6;
        -webkit-backface-visibility: hidden;
    }

    .mnav2 {
        /* display:fixed; */
        position: fixed;
        bottom: 50px;
        right: 50px;
        border-radius: 50%;
        z-index: 19999;
        opacity: 0.6;
        -webkit-backface-visibility: hidden;
    }

    #kolko {
        display: none !important;
    }
}

.myheader {
    padding-top: 5px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    z-index: 999;
    animation-name: fadeInDown;
    animation-duration: 0.25s;
    /* height: 50px; */
    /* border: 1px red solid; */
}

@media(min-width:800px) {

    .myheader {
        display: none;
    }
}

@media(min-width:800px) {
    #kolko {
        border-radius: 5px;
        width: 10px;
        height: 10px;
        border: 1px #999 solid;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .mnav,
    .mnav2 {
        display: none;
    }
}

@media(max-width:800px){
    #appcontainer{
        flex-wrap:wrap;
    }

}