﻿@page {
    size: portrait;
}

body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none;
}

header, .btn, .legends-container, #quickfindCard, .recordTables th:nth-last-child(1), .tdButton, #main-edit-head, .esri-widget, #legend-card, #tool-card, .tooltext {
    display: none;
}

.card {
    display: block;
    height: fit-content;
    border: none;
}

.card-body {
    display: block;
    margin: 0;
    padding: 0;
}

.form-label {
    margin-bottom: 0;
}

.recordTables {
    padding: 0;
    font: 11pt Georgia, "Times New Roman", Times, serif;
}

.scroller {
    height: auto;
}

ul.images li {
    float: none;
}

#vicinity-card {
    display: block;
    width: 300px;
}

#mapdiv {
    /*display: block;*/
    height: 400px;
    width: 682px;
}

#map-body {
    height: auto;
}

/*#map-print {
    display: block;
    padding: 10px;
    border: 1px solid grey;
}*/

.esri-view-root {
    height: 480px;
}

/*#mapdiv canvas {
    height: 300px;
    width: 682px;
}*/