.country {
    fill: #ccc;
    stroke: #666;
    stroke-width: .5px;
    stroke-linejoin: round;
  }
  
  .graticule {
    fill: none;
    stroke: #666;
    stroke-width: .5px;
    stroke-dasharray: 2,2;
  }
  
  .outline {
    stroke: #000;
    stroke-width: 1px;
  }
  
  .foreground {
    fill: none;
  }         
            
  .key {
    font: 10px sans-serif;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .rotsel {
      pointer-events: none;
  }
  .rotbox {
      stroke: #000;
      stroke-width: 1px;
      fill: none;
      pointer-events: all;
  }
  
  .caption {
    font: 12px sans-serif;
    font-weight: bold;
  }
  
  .key path {
    display: none;
  }
  
  .key line {
    stroke: #000;
    shape-rendering: crispEdges;
  }
  
  .sea {
      fill: rgba(166,206,245,.5);
  }
  
  .tooltip {
    position: absolute;
    text-align: center;
    padding: 8px;
    font: 11px sans-serif;
    background: #ddd;
    border: solid 1px #aaa;
    border-radius: 8px;
    pointer-events: none;
  }
  
  #container {
      position: relative;
  }
  
  #footer {
      position: absolute;
      font: 12px sans-serif;
      bottom: 22px;
      right: 150px;
      z-index: 1;
      text-align: right;
      visibility: hidden;
  }
  
  .hint {
      color: #999;
  }