svg.obj-prev {
    max-width: 50px;
    max-height: 50px;
}

.fbgr:hover {
    opacity: 0.5;
    fill: green;
}

.removable .fbgr:hover {
    fill: red;
}

path.rs-line {
    stroke: black;
    stroke-width: 3;
    fill: none;
}

rect.resizing-marker {
    cursor: zoom-in;
    stroke: black;
    fill: white;
}

circle.rotation-marker {
    cursor: crosshair;
    stroke: black;
    fill: white;
}

text.rs-label {
    font-weight: bold;
}