body {
background-color: #000000;
overflow-x: hidden; 
width: 100vw;
}

header div#container img{
max-height: 50px;
max-width: 100%;
border-radius: 20px;
}

header div#container{
box-shadow: 7px 7px 5px red inset;
}
header div#container h3{
text-shadow: 2px 2px 5px red;
}

.sidenav{
margin-left: 3px;
}

#sideinfo{
height: 76vh;
margin-left: 3px;
overflow-y: scroll;
}

#progside{
height: 76vh;
margin-left: 7px;
}

.rtstatuscss{
height: 29vh;
overflow-y: scroll;
}

main{
height: 76vh;
}

.maindiv{
height: 76vh;
}

.maindivset{
height: 76vh;
overflow-y: scroll;
}

.RTprog{
height: 76vh;
}

.infosection{
display:none;
position:absolute;
width: 98%;
bottom: 1px;
height: 80vh;
z-index:1100;
}

.infodisplay{
height: 75vh;
}

.rtdetails{
height: 65vh;
overflow-y: scroll;
}

.table td, .table th { 
padding: 0; 
}

