header{
    text-align: center;
    font-weight: 300;
    height: 50px;
}

h1 {
    font-size: 25px;
}

body {
    font-family: Monospace;
    background-color: #111;
    margin: 0px;
    color: white;
}

#view-3d {
    display: block;
    width: 800px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #846;
}
#panel {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #252525;
}
#panel div {
    padding: 10px;
}
#panel input {
    margin-top: 6px;
    width: 350px;
    color: black;
}
#panel button {
    color: black;
}

.row {
    height: 50px;
}

.floater {
    float: left;
}

.lbl {
    margin: 0px;
    padding: 0px;

}

#input-column input {
    margin-bottom: 6px;
}

.small-input {
    width: 80px !important;
}

#info {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}
ul li {
    margin-top: 10px;
}