      .map {
      position: fixed;
      top: 4px; right: 4px; width: 100px; height: 100px;
      border: solid 1px black;
      border-radius: 2px;
      background: none;
      }
      .content {
	  width: 100%; height: 100%;
            border: dotted 2px black;
      }
      .mapEntry {
      width: 64px
      }
