button {
    margin-top:10px;
    font-size: 30px;
}

.container {
    overflow: hidden;
}

.canvas {
    border: 2px solid #ddd;
    width: 560px;
    height: 560px;
}

.left {
    float: left;
}

.right {
    margin-left: 560px;
    margin-right: 30px;
}

.probabilities > li {
    margin-bottom: 8px;
    background-color: #eee;
    list-style: none;
    display: block;
    position: relative;
    height: 32px;
    line-height: 32px;
}

.fill {
    height: 32px;
    background-color: green;
    transform-origin: left center;
    transition: 0.2s transform;
}

.label {
    width: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    font-weight: bold;
    z-index: 10;
}

.wrap1 {
    overflow: auto;
}

#preview {
    width: 84px;
    height: 84px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 127, 0, 0.5);
}

.ov {
    position: absolute;
    top: 10px;
    background-color: rgba(255, 0, 0, 0);
    pointer-events: none;
}