.graticule {
    fill: none;
    stroke: #777;
    stroke-opacity: .5;
    stroke-width: .5px;
}

.land {
    fill: lightgray;
}

.states {
    fill: lightgray;
    stroke: #fff;
     stroke-width: .1px;
}

.boundary {
    fill: none;
    stroke: #fff;
    stroke-width: .5px;
}

.infobox {
    opacity: 1;
/*     line-height: 1.5;*/
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
/*  background: rgba(0, 0, 0, 0.8);*/
  background-color: #fff;
    font-size: 9px;
  border-radius: 0px;
    border: 1px solid rgba(150, 150, 150, 0.6);
/*    text-align: center;*/
    box-shadow: 1px 2px 1px #888888;
    position:absolute;
    width: 120px;
    transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
} 

.infobox.fade_away{
     opacity: 0;
    transition: opacity 0.2s ease-in ;
    -ms-transition: opacity 0.2s ease-in ;
    -moz-transition: opacity 0.2s ease-in ;
    -webkit-transition: opacity 0.2s ease-in ;
    
}



.tooltip {
    z-index: 20000 !important;
}

.map-d3-tip {
    line-height: 1.5;
    padding: 2px;
    width: 130px;
    /*  background: rgba(0, 0, 0, 0.8);*/
    background-color: #fff;
    font-size: 0.8em;
    border-radius: 0px;
    border: 1px solid rgba(150, 150, 150, 0.6);
    text-align: center;
    box-shadow: 1px 2px 1px #888888;
    z-index: 10000;
}

.map-d3-tip:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 45%;
    border-bottom: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    z-index: 10000;
}

.map-d3-tip_north {
    line-height: 1.5;
    padding: 2px;
    width: 130px;
    /*  background: rgba(0, 0, 0, 0.8);*/
    background-color: #fff;
    font-size: 0.8em;
    border-radius: 0px;
    border: 1px solid rgba(150, 150, 150, 0.6);
    text-align: center;
    box-shadow: 1px 2px 1px #888888;
    z-index: 10000;
}

.map-d3-tip_north:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 45%;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    z-index: 10000;
}

.map-d3-tip_east {
    line-height: 1.5;
    padding: 2px;
    width: 130px;
    /*  background: rgba(0, 0, 0, 0.8);*/
    background-color: #fff;
    font-size: 0.8em;
    border-radius: 0px;
    border: 1px solid rgba(150, 150, 150, 0.6);
    text-align: center;
    box-shadow: 1px 2px 1px #888888;
    z-index: 10001;
}

.map-d3-tip_east:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -6px;
    border-right: 6px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    z-index: 10001;
}

.monocle_map {
    margin: 5px;
    position: relative;
}


/* .monocle_timeline text {
    pointer-events: none;
} */

.monocle_map a {
    text-decoration: none;
}

.monocle_map_legend-right {
    position: absolute;
    list-style-type: none;
    /*            background-color: aqua;*/
    padding: 0px;

    left: 119px;
    /*margin-left: 147px;*/
    margin-top: 20%;
    width: 100%;
    /*
    left: 150px;
    margin-left: -5px;
    margin-top: 10px;
    width: 90px;*/
}

.monocle_map_legend-top {
    position: absolute;
    list-style-type: none;
    padding: 0px;
    /*            left: 150px;*/
    /*            margin-left: -5px;*/
    /*            margin-top: 10px;*/
    width: 200px;
}

.monocle_map_legend-right li {
    /*            margin-left: 10px;*/
}

.monocle_map_legend-right li.key {
    border-left-width: 10px;
    border-left-style: solid;
    font-size: .5em;
    /*    width: 9%;*/
    padding-left: 7px;
    text-align: left;
    padding-bottom: 0;
    display: inline;
    margin-right: 10px;
}

.monocle_map_legend-top li.key {
    border-top-width: 8px;
    border-top-style: solid;
    font-size: .5em;
    width: 10%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
