.label {
    font-weight: bold;
    font-size: 16px;
}

#dragger1 {
    width: 300px;
    height: 200px;
    top: 250px;
    left: 150px;
}

#dragger2 {
    width: 300px;
    height: 200px;
    top: 300px;
    left: 100px;
}

#dragger3 {
    width: 300px;
    height: 200px;
    top: 350px;
    left: 50px;
}

#dragger4 {
    width: 300px;
    height: 200px;
    top: 250px;
    left: 500px;
}

#dragger5 {
    width: 300px;
    height: 200px;
    top: 300px;
    left: 550px;
}

#dragger6 {
    width: 300px;
    height: 200px;
    top: 350px;
    left: 600px;
}

.overlay-popup-focused {
 background-color: #00ff00;
}

