.outline {
    fill: none;
    stroke: #000;
    stroke-width: 1.5px;
}
  
.feature {
    fill: #ccc;
}
  
.mesh {
    fill: none;
    stroke: #fff;
    stroke-width: .5px;
    stroke-linejoin: round;
}

path {
    stroke: #fff;
    stroke-width: .5px;
}

.county:hover{
    fill:#a73b8f;
}

.shading { /* UDRC gray with opacity */
    fill: #535c68;
    opacity: 0.1;
}

[class="county selected"] {
    fill: #a73b8f;
}

.container_overlay {
    display: none;
    margin-left: 10%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: #34495e;
    z-index: 2;
    cursor: not-allowed;
    text-align: center;
}

.overlay_p {
    opacity: 1;
    color: white;
    font-size: 50px;
    font-family: Raleway;
}

.j_rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after {
    opacity: 0;
}

.centralize_col {
    text-align: center;
}


#mapTable > div[id*="DataTables_Table_"] {
    display: block;
}

.col-sm-12>.dataTables_paginate {
    float: left
}