/* Custom styles for SVG icons */
.custom-svg-icon {
    background: transparent;
    border: none;
}

.custom-svg-icon svg {
    width: 100%;
    height: 100%;
}

.tablemarkerinfo {
    width: 100%;
    border-collapse: collapse;
}