html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

body { 
    margin: 0px;
    height: 100%;
    max-height: 100%;
}

#flex-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
}

#panel {
    width: 200px;
    background-color: #888;
}

#application-canvas {
    width: 500px;
    height: 500px;
}

h2 {
    font-size: 12pt;
    margin: 5px 5px;
    color: #fff;
}

.controls {
    margin: 0px;
    padding: 5px;
    background-color: #666;
}

#scrub-container {
    text-align: center;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

input {
    appearance: none;
    font-size: 10pt;
}

input.button {
    width: 40px;
}

input.setting {
    width: 120px;
    margin: 0px;
    vertical-align: middle;
}

label {
    display: inline-block;
    font-size: 10pt;
    color: #fff;
    width: 50px;
    vertical-align: middle;
}

button {
    width: 100%;
    text-align: left;
}
