.state_info {
    text-align: center;
    font-size: 8pt;
    color: white;
    font-weight: bold;
    font-family: Helvetica
}

.triangle {
    width: 12px;
    height: 12px;
    z-index: 100;
    position: absolute;
    left: 343px;
}
#count_tri_down {
    top: -3px;
}
#count_tri_up {
    top: 36px;
}

#ev_bar {
    font-size: 11pt;
    border-collapse: collapse;
    width: 700px;
}

.slider_colors {
    float: left;
    min-height: 14px;
    border: 0px solid #fff;
    font-family: Helvetica;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px 0;
}
.white_separator {
    width: 2px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    top: 11px;
}
.ev_years {
    position: absolute;
    text-align: center;
}
.red_link {
    color: #b60b03 !important;
    text-decoration: none;
}

#map_description a {
    color: #b60b03 !important;
    text-decoration: none;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.palette { 
    height: 20px;
    border-width: 2px; 
    border-style: solid; 
    border-color: #fff;
    cursor: pointer;
    margin: 3px;
}
table#palette-chooser td.label {
    font-size: 8pt;
    text-align: center;
}
table#palette-chooser td.palette {
    width: 36px!important;
}
span .color-option {
    font-size: 14px;
}
#palette_wrapper[color_mode="palette-1"] #d-r-colors {
    margin-left: 65px;
}
#palette_wrapper[color_mode="palette-2"] #d-r-colors {
    margin-left: 45px;
}
#palette_wrapper[color_mode="palette-3"] #d-r-colors {
    margin-left: 25px;
}
#palette_wrapper[color_mode="palette-4"] #d-r-colors {
    margin-left: 0;
}
#palette_wrapper .nice_button.disabled {
    background: #fff!important;
    cursor: default;
    color: #ccc;
}
#palette_wrapper .palette {
    text-align: center;
}
#palette_wrapper .palette.selected {
    border: 2px solid #fff!important;
}
#palette_wrapper .palette.selected:before {
    content: "\2713 ";
    color: #fff;
}
.selected {
    border-color: #000;
}
div#tooltip {
    position: absolute;
    width: 420px;
    padding: 10px;
    background: white;
    border: 1px solid #CCC;
    border-radius: 8px;
    pointer-events: none;
    z-index:1000;
    opacity: 0;
}

.up_for_elect {
    text-decoration: none;
    color: black
}

.sp {
    width: 10px;
    height: 20px;
    display: inline-block;
}

.view_mode {
    float: left;
    display: inline-block;
    width: 167px;
    background-color: #aea08c;
    color: #fff;
    text-align: center;
    line-height: 1.6em;
    padding: 5px 0;
    cursor: pointer;
    cursor: hand;
}

.active_view {
    background-color: #316f31;
}
.i_circle {
    background-color: #008000;
}
.i_col {
    color: #008000;
}
