/*.ui-dialog,.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {background:#aaa !important}*/
body, html {
    font-family: sans-serif;
    background: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
}

canvas {
    width: 60%;
    height: 100%;
}

#menu {
    position: absolute;
    top: 0;
    left: 60%;
    width: 40%;
    color:#faf;
}

h4{
    color:white;
    font-weight: 10;
    padding: 0px;
    margin:0px;
    line-height: inherit;
    font-family: 'candara','lato','raleway','roboto thin';
}
#stats {
    font-weight: bold;
    font-size: 14px;
}

#header {
    height: 175px;
    width:100%;
    background: #000;
    padding:0;
    margin-right:0px;
    margin-left:100px;
    position: absolute;
    top: 10;
    left:0;
    display: flex;
    
}
#header img{
    height: 100px;
    width:auto;
    float: left;
    padding-right: 0px;
    margin-right: 0px;
}
#header h1{
    color:wheat;
    font-family:quicksand,lato,candara;
    align-items: center;
    text-align: left;
    margin-right:50px;
    padding-left: 0px;
}
#header h2{
    color:#f55;
    font-family:quicksand,lato,candara;
    align-items: center;
    text-align: left;
    margin-left:0px;
    padding-left: 0px;
}
#controls {
    height: auto;
    width:100%;
    background: #000;
    padding:0;
    margin-right:0px;
    margin-left:0px;
    position: absolute;
    top: 130px;;
    left:0;

}
#controls h3{
    color:wheat;
    font-family:quicksand,lato,candara;
    align-items: center;
    text-align: center;
    margin-top:0px;
    margin-bottom:5px;
    padding-left: 0px;
}

#controls ul{
    color:turquoise;
    font-family:quicksand,lato,candara;
    align-items: center;
    text-align: left;
    list-style-position: inside;
    outline-style: none;
    list-style-type: none;
    margin-top:0px;
    padding-left: 20px;
}
#func{
    color:white;
}

#kbdi{
    font-size:20px;;
}
#preset{
    font-size:20px;
    color:#ffce00;
    background-color: #252525;
    width:52%;
}
input[type=range] {
  width: 50%;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family: 'Comfortaa', sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;border-radius: 20px;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:'Comfortaa', sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-gmla{border-color:inherit;font-size:16px;text-align:center;vertical-align:top;border-radius: 20px;}
.tg .tg-xxld{border-color:inherit;font-size:16px;text-align:center;vertical-align:top;color:red;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}

.wrapper{
    
}
.material-icons {
    color: #aaaaaa;
    display: flex;
    font-weight: 200;
}


#title_button {
    margin-top: 30px;
    margin-left: 50px;
    background-color: black;
    border: 10px solid black;
    display: inline-block;
    width: 40px;
}

#infobtn {
    margin-bottom: 5px;
    background-color: #000000;
    border:2px solid black;
    
}

#helpbtn {
    background-color: #000;
    border:2px solid black;
}

#help {
    font-family: 'comfortaa','roboto','sans-serif';
    font-size: 14px;
}

#open_screen_dialog {
    font-family: 'Comfortaa','sans-serif';
    font-size:14px;
}

#info {
    font-family: 'Comfortaa','sans-serif';
    font-size:14px;
    
}

pre {
    font-family: 'Comfortaa','sans-serif';
    font-size: 16px;
}

#info_format b {
    color: red;
}
