@charset "UTF-8";
/* CSS Document */
.inline_image_container {
    width: 324px;
    max-width: 432px;
    height: auto;
    position: relative;
    display: block;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}
svg .map_container {
    max-width: 432px;
    margin: auto;
}
svg {
  background: #EEEEEE;
}
svg a:link, a:visited { 
    fill: blue; 
    text-decoration: underline
}
svg a:hover { 
    fill: red; 
}
svg text {
    font-family: sans-serif;
    fill: black;
    text-anchor: middle;
}
svg .label {
    font-size: 12px;
    fill: #444;
    font-weight: 300;
}
svg .label-small {
    font-size: 10px;
    fill: #444;
    font-weight: 300;
}
svg .text-link-small {
    font-size: 12px;
    font-weight: 500;
    fill: black;
    text-anchor: middle;
    text-decoration: none;
}
svg .text-link {
    font-size: 12px;
    font-weight: 500;
    fill: black;
    text-anchor: middle;
    text-decoration: none;
}
svg .text-link-large {
    font-size: 20px;
    font-weight: 500;
    fill: black;
    text-anchor: middle;
    text-decoration: none;
}
svg .highway-label {
    font-size: 18px;
    font-weight: 300;
    fill: #666;
    text-anchor: middle;
}
svg .highway-label-small {
    font-size: 12px;
    font-weight: 300;
    fill: #000;
    text-anchor: middle;
}
svg .highway-label-narrow {
    font-size: 16px;
    fill: #666;
    font-weight: 300;
    text-anchor: middle;
    letter-spacing: -1pt;
}
svg .highway-circle {
    stroke-width: 1;
    stroke: #444;
    fill: none;
}
svg .star {
    fill: blue;
    stroke: white;
    stroke-width: 2;
}
svg .highway {
    fill: none;
    stroke: #000000;
    stroke-width: 3;
    stroke-miterlimit: 10;
}
svg .road {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
svg .track {
    fill: none;
    stroke: #000000;
    stroke-width: 1;
    stroke-miterlimit: 10;
}
svg .red-road {
    fill: none;
    stroke: #CC0000;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
svg .arrow {
    fill: none;
    stroke: #444;
    stroke-width: 1;
    stroke-miterlimit: 10;
}
svg .lake {
      fill: #ADF;
      stroke: none;
}
svg .city {
      fill: #000;
      stroke: none;
}
svg .hotspot {
    opacity: 0.1;
    fill: red;
    stroke: black;
}
