﻿
table, td, th, .popupTable {
    font-size: .65rem;
}


.editMap {
    height: 400px;
}

.basemapToggle {
    /*display: none;*/
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.select-style {
    border: 1px solid #57585A;
    border-radius: 5px;
    overflow: hidden;
}

    .select-style select {
        padding: 2px 3px;
        /*border: 1px solid #57585A;*/
        /*border-radius: 5px;*/
        box-shadow: none;
        /*background-color:#6D764C;*/
        color: white;
    }

        .select-style select:focus {
            outline: none;
        }

.popupTitle {
    font-weight: 700;
}
