.thumbnailRectangle{
    rx: 3;
    ry: 3;
    fill: none;
    stroke: gray;
    stroke-width: 2;
}

.thumbnailRectangleHovered{
    rx: 3;
    ry: 3;
    fill: none;
    stroke: #FFC517;
    stroke-width: 2;

}

.thumbnailRectangleSelected{
    rx: 3;
    ry: 3;
    fill: none;
    stroke: #3EE4FF;
    stroke-width: 4;
}

.thumbnailRectangleSelectedAnd{
    rx: 3;
    ry: 3;
    fill: none;
    stroke: purple;
    stroke-width: 4;
}

