.jsonTable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.jsonTable td,
#jsonTable th {
    border: 1px solid #ddd;
    /*padding: 5px;*/
}

.jsonTable tr:nth-child(even) {
    background-color: #daedf0;
}

.jsonTable tr:hover {
    background-color: #ddd;
}

.jsonTable th {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #3071a9;
    color: white;
}

.jsonTable td:first-child {
    font-weight: bold;
}

#contAWSGraph {
    width: 100%;
    height: 80vh;
}

#mapAWSVars {
    width: 100%;
    height: 80vh;
}

#idTable {
    /*max-height: 75vh;*/
    max-height: 80vh;
}

#pTable {
    margin-top: 5px;
    text-align: center;
}

#butMapVar {
    width: 100%;
    display: flex;
    margin-top: 5px;
}

#butMapVar button {
    margin: 3px;
}

#selStatsTS {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
}

#rangepars {
    margin-left: 5px;
}

#arearange {
    float: right;
    margin-left: 3px;
}

.select2-container--bootstrap .select2-results__group {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    font-style: italic;
    background-color: #34c9eb;
    margin: 5px 0;
    padding: 6px 4px;
}

.div-select2-multiple .select2-selection__rendered {
    min-height: 150px;
    border-style: inset;
    /*background-color: yellow;*/
}

.div-select-optgroup-sp optgroup {
    background-color: #34c9eb;
    color: black;
    font-style: italic;
    margin: 5px 0;
    padding: 6px 4px;
}

.div-select-optgroup-sp option {
    background-color: white;
    color: black;
    font-style: normal;
}

#colKeyMapVar {
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divchangeCKey {
    display: flex;
    justify-content: flex-end;
}

.div-changeCkey {
    position: relative;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 6px;
    margin: 10px;
}

.lab-changeCkey {
    position: absolute;
    top: -1.5ex;
    z-index: 1;
    left: 2em;
    background-color: white;
    padding: 0 5px;
}