﻿/* override old dpd styles in body */
body {
    font-family: 'Open Sans', sans-serif;
    background-image: none !important;
    background-color: #ffffff !important;
}
form {
    margin: 0 !important;
}
/* override in seattle branding style (too much space being taken here) */
.sgSpacer {
    height: 10px !important;
}
/* 
    attempt to make the sewer cards, well, cards in a flexbox container
    unfortunately overriding the current tables to contain them is, complicated
    so remove these if not needed dp 2022-03
*/
.flex-container {
    box-sizing: border-box;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.sewer-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
    color: #4a4a4a;
    display: block;
    padding: 1rem;
    margin: 10px;
    position: relative;
    width: 140px;
}
/* style for map in Map.aspx */
#mapView {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 400px;
}