#bcPaint-container {
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

#bcPaint-header {
    width: 100%;
    height: 40px;
}

#bcPaint-palette {
    text-align: center;
}

.bcPaint-palette-color {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 5px;
}

#bcPaint-palette > .selected {
    border: 2px solid #ef6945;
}

#bcPaint-canvas-container {
    width: 220px;
    height: 220px;
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
}

    #bcPaint-canvas-container > canvas {
        border: 2px solid #888888;
        background: #fff;
        touch-action: none;
    }

#bcPaint-bottom {
    width: 100%;
    text-align: center;
}

    #bcPaint-bottom > button {
        background-color: #ef6945;
        color: #ffffff;
        border: 0;
        padding: 10px 30px;
        font-size: 1.6rem;
        margin-left: 10px;
        margin-top: 10px;
        outline: none;
        cursor: pointer;
    }

#bcPaint-reset {
    background: #555555!important;
}
