.selected {
    cursor: pointer;
    outline: none;
}

.mouseover {
    cursor: pointer;
    outline: none;
}

.mouseleave {
    cursor: pointer;
    stroke-width: inherit;
    outline: none;
}

.disabled {
    outline: none;
}

div#seatedSVG svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}