﻿html, body {
    height: 100%;
    margin: 0;
}

.map--holder {
    height: 90vh;
    width: 100%;
    position: relative;
    background: #becddc;
    border: 1px solid var(--grey-three);
    overflow: visible;
}

/* Ensure map remains positioned correctly */
arcgis-map {
    position: relative;
}

.alert-color--icon {
    color: var( --orange);
}

/* Stop wrapping for the Latest Date column */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

