html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

form, input[type=file], input[type=radio], p {
    color: cornsilk;
}

input[type=number] {
    border: none;
    margin-top: 1px;
    margin-bottom: 2px;
}

input[type=number]:not(.focus) {
    width: 10%;
}

#colorMin, #colorMax {
    width: 15%;
}

.focus {
    width: 20%;
}

#rasterize {
    font-weight: bold;
}

body {
    background-color: #aaaaaa;
}

.box {
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 50%;
    border: #ffffff;
    border-style: solid;
    border-width: 1;
    background-color: #555555;
}

.overlay {
    position: absolute;
    z-index:99;
}

canvas, #dropArea
{
    width: 100%;
    height: 100%;
    background-color: black;
}

#insideDropArea {
    padding: 4px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#icons, #icons a {
    font-size: x-small;
    color: #555555;
}