@import url('../global.css');
@import url('../tables.css');
@import url('../core/debug.css');

.pet-picture {
     width: 2em !important;
     height: 2em !important;
     margin-left: -0.75em !important;
     margin-right: 0.5em !important;
}

.menu .pet-name {
    display: inline-block;
    width: 5em;
}

[data-map] {
    text-align: center !important;
    font-family: 'Roboto', sans-serif !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    font-weight: 300 !important;
    font-size: 1.35em !important;
    color: #212529 !important;
    border: none !important;
}

[data-map] td, [data-map] th {
    border: none !important;
    height: 1.9em !important;
    padding: 0 !important;
}
