body {
    font-size: 16px;
    font-family: Courier New, Courier, monospace;
}
 

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 5px;
    background-color: #b9b2b2;
}
 
.home {
    text-decoration: none;
    color: darkgray;
}
/*.home:hover {
    color:darkred;
    text-decoration:underline;
}*/
header {
    margin:0px;
    padding:0px;
}
.titlebar {
    border-bottom: solid 1px silver;
}
/* Page Title */
h1 {
    font-size: 18px;
    font-weight: bold;
    color: #231d1d;
    margin-bottom: 10px;
    color: darkblue;
    display: inline-block;
}
/* Side Menu Title */
h2 {
    font-size: 18px;
    font-weight: bold;
    color:darkgray;
    display: inline-block;
    text-decoration :none;
}
/* Page Title */
h3 {
    font-size: 22px;
    font-weight: bold;
    color: black;
    display: inline-block;
    text-decoration: none;
    margin: 5px;
}
.menubody {
    padding:5px;
}
.menu {
    cursor:pointer;    
}


.grid-cell {
    min-height: 30px;
    max-height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    white-space: normal;
    vertical-align: middle;
    text-align: left;

    font-size: 0.8em;
} 

tr td {
    padding: 0 !important;
    margin: 0 !important;
}

.border-none {
    border:none !important;
}

.modal input[name=changed] {
    border:none;
    background-color:transparent;
    width:20px;
    color:red;
    font-size:7px;
} 
input[name=changed] {
    position:absolute;
    bottom:10px;
    right:5px;
}
input[type='radio'] {
    accent-color: lawngreen;
}
.xr-spinner-container { 
    background-color: transparent;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; 
}

.environment-tag {
    position:fixed;
    width:30%;
    right:10px;
    border:solid 3px white;
    z-index : 10;
}