﻿.RnR_p_lead {
    font-weight: 600;
    font-style: italic;
}

.RnR_li_tail {
    font-size: smaller;
    font-style: italic;
}

/*Scaling titles for expandable sub-sections 
    to track NCGA.css section-sub-title scaling*/
.RnR_level_3_heading {
    font-size: medium !important;
}

@media (min-width: 768px) {
    .RnR_level_3_heading {
        font-size: larger !important;
    }
}

/* ArcGIS JavaScript API mapview widget configuration.
    Classes are rendered at run-time */

.esri-widget--button {
    border: 1px solid gray !important;
    background-color: #d9d9d9;
}

.esri-widget--button:hover {
    background-color: white !important;
}

h4.esri-feature__title { 
    margin: 0px;                /* feature widget empty title margin space supress */
}
