body {
    background-color: black;
    padding: 0px;
    margin: 0px;
    color: #ccc;
    text-shadow: 0px 1px 0px rgb(40, 40, 40);
    display: flex;
    justify-content: center;
 }
table {
    text-align: left;
}
hr {
    border-color: #ccc;
}
.warning {
    text-align: center;
     color: #ff6;
}
.down {
    align-self: flex-end;
}
.picture {
    height: 96px;
    border: 2px solid white;
}
.sidebutton {
    min-width: 100px;
    margin-top: 15%;
}
.topbutton {
    min-width: 100px;
    margin-top: 15%;
}
.bottombutton {
    min-width: 100px;
    margin-bottom: 15%;
}
.status {
    margin: 0 20px;
    min-width: 200px;
    
}
.textinput {
    margin: 0 10px;
    background-color: transparent;
    color: white;
   text-shadow: 0px 1px 0px rgb(40, 40, 40);
}
.table-box {
    display: flex;
    justify-content: center;
}
#noscript {
     position: relative;
     top: 250px;
}
#nocanvas {
     position: relative;
     top: 350px;
}
#title {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
#controls {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    flex-direction: row-reverse;
}
#buttonbar {
    min-height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
}
#topbar {
    z-index: 10;
    display: flex;
    flex-direction: row;
    height: 1.5em;
    margin-top: 10px;
    color: white;
    background-color: transparent;
}
#topbar :hover {
    background-color: #400;
}
#canvasMandelbrot {
    background-color: black;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    padding: 0px;
    margin: 0px;
    min-width: 100%;
}
#canvasControls {
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    padding: 0px;
    margin: 0px;
    width:100%;
    height:100%;
}
#canvasWorkspace {
    display: none;
}
#footer {
    border: 2px;
    position: fixed;
    bottom: 0;
    min-height: 100px;
    background-color: transparent;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
}
#footer :hover {
    background-color: #400;
}
#overview-container {
    display: flex;
    flex-direction: row;
    position: fixed;
    left: 0;
}
#overview {
    background-size: 100% 100%;
 }
#thumb-container {
    display: flex;
    flex-direction: row;
    position: fixed;
    right: 0;
}
#thumb-info {
    position: fixed;
}
#help {
    display: none;
    position: fixed;
    z-index: 20;
    background-color: rgba(64, 0, 0, 0.9);
    height: 100%;
    width: 800px;
    color: #ccc;
    flex-direction: column;
    padding: 10px;
    font-size: 10pt;
    font-family: Helvetica, sans-serif;
    max-width: 75%;
    text-align: center;
    overflow-y: auto;
}
#help-header {
     top: 0;
     display: flex;
    justify-content: center;
}
