body { 
    background-image: url('background.jpg'); 
    background-size: cover; 
    font-family: 'Roboto Condensed', sans-serif !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    line-height: 1.2;

}
h2, h3 {
 color: #333;   
}
h3 {
    font-variant: small-caps;
    font-size: 1rem !important;
}
p {
    font-size: 0.85rem;
    line-height:1.5;
    color:#333;
	text-align: justify;
}

li {
    font-size: 0.85rem;
    line-height:1.5;
    color:#333;
}

ul {
	margin: 10px 30px !important;
}
.mt-10 {
    margin-top:10px !important;
}
.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-constent {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.footer { position:relative;margin-top: 5px; height: 32px; line-height: 32px; font-size: 13px;}
.footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.footer .title {margin-right:5px; line-height:30px !important; color:#666; font-style:italic; }
.footer .fullscreen {background-image: url('fullscreen.png'); width: 32px; }

.header {position:relative;margin-bottom: 5px; height: 32px; line-height: 32px; font-size: 13px;}
.header .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.header .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.header .title {margin-right:5px; line-height:30px; color:#666; font-style:italic;}
.header .fullscreen {background-image: url('fullscreen.png'); width: 32px; }

#leftpanel, #rightpanel {
    padding:0px 15px;
    width:300px;
    height:601px;
    font-family: 'Roboto Condensed', sans-serif;
}
.accordion-item {
    height:601px;
    /*#ebebeb*/
    background-color: #dbcba7 !important;
    border: 1px solid #94b947 !important;
}

.accordion-button:not(.collapsed) {
    background-color:#cbd79a !important;
}
.btn-success {
    background-color: #94b947 !important;
}
.btn-success:hover {
    background-color: #669933 !important;
}
.accordion-button::after {
    background-image: url(0.png)!important;
    background-size: 0px !important;
}
