﻿path {
    stroke-linejoin: round;
    stroke-linecap: round;
}

.hwy {
    fill: none;
    stroke: #444;
}

.state_border {
    fill: none;
    stroke: #444;
}

.background {
    fill: none;
    stroke: #ddd;
}

.foreground {
    fill: none;
    pointer-events: all;
}

.c2yr {
    fill: green;
    fill-opacity: 0.6;
    stroke: none;
    stroke-width: 2px;
}

.c4yr {
    fill: blue;
    fill-opacity: 0.6;
    stroke: none;
    stroke-width: 2px;
}

.place-label {
    color: #000;
}

.top_spacer {
    top: 5px;
}

.sbs_section {
    background-color: #dadaed;
    font-weight: bold;
    font-size: 16px;
}

.sbs_sub_section {
    background-color: #eeeeee;
    font-weight: bold;
    font-size: 14px;
}

.icon-blue {
    color: #0000EE;
}

.sbs_row_head {
}
.reg_table .sbs_table{
    margin-top:20px;
}

.sbs_th_heading {
    background-color: #c7e5f3;
    padding:5px 10px 5px 10px;
    
}
th.sbs_th_heading {
    magin-top:20px!important
}


.sbs_row_data {
    text-align: right;
}
td {
   padding:5px 10px 5px 10px; 
}

.button_float {
    float: right;
}

.remove_column {
    position: absolute;
    right: -1px;
    top: -5px;
}

.us_bg {
    background-color: #eeeeee;
}

.reg_bg {
    background-color: antiquewhite;
}

#dev_map {
    width: 940px;
    height: 500px;
}

svg {
    position: relative;
}



.remove_tract_button {
    background-color: #1b809e;
    color: #FFFFFF;
    vertical-align: top;
}

.add_tract_button {
    background-color: #1b809e;
    color: #FFFFFF;
}

.get_data_tract_button {
    background-color: #2C882C;
    color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 30px;
}

.clear_selection_button {
    background-color: #CE4844;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.county_download_data_button {
    background-color:#1b809e;
    color: #FFFFFF;
}

.county_reset_map_button {
    background-color: #CE4844;
    color: #FFFFFF;
}

.county_add_region_button {
    background-color: #2C882C;
    color: #FFFFFF;
    margin-right: 10px;
}
#county_distress_content_5 {
    margin-bottom: 20px;
}

.menu_bottom {
    margin-bottom: 1px;
}
