#queryPanel {
    height: 85vh;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    overflow-x: hidden;
    /* Scrollable contents if viewport is shorter than content. */
}

.inline-button {
    position: relative;
    top: -6px;
}

#configSummary tbody tr.selected {
    background-color: rgb(212, 237, 218) !important;
}

#sliderCount {
    height: 20vh;
    left: 40%
}

/* shift summary table headers to right where sort arrows are hidden */
.shift-right {
    position: relative;
    right: -10px;
}

#statusUpdate,
#defaultColorLink,
#blueColorLink {
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 3px;
}

.button-export-csv {
    cursor: pointer;
    display: none;
    margin-bottom: 8px;
}

.chart-count {
    display: none;
}