table#pattern-legend, table#trees-legend {
    max-width: 200px;
    margin-top: 20px;
    border-collapse: collapse;
    font-size: 0.9em;
}

#pattern-legend td, table#trees-legend td {
    border: solid 1px white;
}

svg text {
    pointer-events: none !important;
}

button.action-button.fb-button {
    width: 30px;
}