html {
    font-family: "Tahoma", "Consolas", monospace;
    color: #E2D6C5;
    background-color: #181A1B;
}

canvas {
    background-color: black;

    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    outline: #E2D6C5 1px dotted;
}

body { 
    margin: 0;
    background-color: black;
}


.column-left {
    font-size: 120%;
    margin-left: 2%;
    float: left;
    width: 28%;
}

.column-right {
    float: left;
    display: inline;
}

.control-label {
    margin-left: 30px;
}

.header {
    /* text-align: left; */
    font-weight: normal;
    font-size: 200%;
    /* color: #87FFAF; */
    /* font-family:'Times New Roman', Times, serif; */
}

.subheader{
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 130%;
}

.menu-line {
    border-top: 1px solid lightgray;
}

.info {
    color: #87FFAF;
}
