/**
 * @author Ikaros Kappler
 * @date   2017-04-10
 **/

html, body {
    width              : 100%;
    height             : 100%;
}

#my-canvas {
    border             : 1px solid black;
}

#input-box {
    width              : 100%;
}

#input-box .input-label {
    display            : inline-block;
    width              : 45px;
}

#input-box input {
    display            : inline-block;
    width              : 45px;
}
