.grid-module {
    border-right: none;
    border-left: none;
    position: relative;
    width: 100%;
    height: auto;
}

.grid-container {
    height: 100%;
    width: 100%;
}

.canvas {
    position: relative;
    z-index: 100;
}

.grid {
    border: solid 1px #C1C1C9;

}

#canvas {
    border: solid 1px #C1C1C9;
}