
#ui_stats {
    position: fixed; 
    left:0px; 
    bottom:0px;
    width: 256px;
	border: 16px solid;
	padding: 0px;
	border-image: url('./img/gui_frame.png');
	border-image-slice: 16 fill;
    border-image-repeat: repeat;
    color: #ffffff;
    font-size: 24px;
    font-family: Orbitron
}

#ui_records {
    font-family: Orbitron;
    position:fixed;
    top:0px;
    width:100%;
    text-align:center;
    color: white;
    text-shadow: 1px 1px black;
    display: none;
}
#ui_records_type {
    font-size: 48px;
}
#ui_records_value {
    font-size: 36px;
}

#preloader {
    font-size: 48px;
    font-family: Orbitron;
    text-align: center;
    margin: 0; 
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
}

#preloader_frame {
    margin:auto; 
    border:5px solid darkslategray; 
    border-radius: 5px;
    width:1000px; 
    padding:1px
}

#preloader_bar {
    height:50px; 
    width:0%; 
    background-color: darkslateblue;
}

.indicator {
    font-weight: bolder;
    color:red;
}