#recognizer {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#guessNumberDiv {
    width: 300px;
    height: 308px;
    border: 1px solid;
    text-align: center;
    background-color: rgb( 255, 255, 255 );
    border-color: #cccccc;
    font-family: sans-serif;
    font-size: 256px;
    line-height: 300px;
}

#drawingCanvasDiv {
    vertical-align: top;
    border-color: #cccccc;
}
#drawCanvas {
  border: solid 1px #cccccc;
  height: 308px;
}

.inlineDiv {
    display: inline-block;
    vertical-align: top;
}
.buttonContainer {
    padding: 10px 0px 10px 0px;
}
