/* style the elements with CSS */
                #pleaserotate-graphic{
                    fill: #fff;
                }       
                #pleaserotate-backdrop {
                    color: #fff;
                    background-color: #000;
                }
                
            .maincontainer {
                top:0vh;
                left:0vw;
                width:95vw;
                height:91vh;
                border:2px dashed black;
                position:fixed;
                
            }
            .container {
                top:10%;
                width:100%;
                height:100%;
                border:2px dashed green;
                overflow-y:scroll;
            }
            .menucontainer {
                top:10%;
                width:100%;
                height:30%;
            }
            .bottom {
                bottom:1%;
                width:100%;
                position:fixed;
            }
            table {
                position: relative;
            }
            td {
                text-align:center;
                vertical-align:middle;
            }
            th {
                background: green;
  position: sticky;
  top: 0;
            }
                .entry {
                    width:70vw;
                    height:5vh;
                    font-size:20px;
                    text-align:center;
                }
                .btn {
                    border-radius:15px;
                    color:green;
                    font-size:30px;
                    width:70vw;
                }
                .hidebtn {
                    display:none;
                }
                
                .menu {
                    top:10vh;
                    height:20vh;
                }
                .reportdiv {
                    top:0vh;
                    height:80vh;
                    overflow-y:scroll;
                }
                .buttondiv {
                    bottom:0vh;
                    overflow-y:scroll;
                }