#interactive {
  position: inherit;
}

h2.outgoing,
h2.incoming {
  line-height: 150%;
  height: 80px;
  display: none;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2.2rem !important;
}

h2.outgoing .highlight,
h2.incoming .highlight {
  background: #d6d6d6;
  padding: 1px 10px;
  display: inline;
}

#map {
  left: 0;
  right: 0;
  background: #ffffff;
  border: 0.5px solid #999;
  overflow: hidden;
}

#map .countries {
  stroke: #999;
  stroke-width: 0.3px;
}

#map .countries .selected-country-path {
  stroke-width: 1px;
}

#map .svg-content-responsive {
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 3em);
  margin-left: -30px;
}

.tooltip {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #333;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 150%;
}

#nav-container {
  padding-left: 0;
  overflow: visible;
  z-index: 100;
  border-bottom: 1px dotted #ccc;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
}

#nav-container #menu {
  padding-left: 0;
  overflow: auto;
  padding-bottom: 15px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav-container #menu #switch {
  margin-right: 20px;
}

#nav-container #menu #switch .ui.button.active {
  background: #c0c1c2 !important;
}

#nav-container #menu #legend li {
  list-style: none;
  float: left;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
}

#nav-container #menu #legend li {
  padding: 6px 0;
  color: #888;
  font-size: 13px;
  margin-right: 10px;
}

#js-after-table-nav {
  width: 100%;
  max-width: 960px;
}

/*dropdown button*/
#js-select-country select {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 5px 10px;
  white-space: nowrap;
  width: 100%;
  max-width: 320px;
  height: 35px;
}

#table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#table-container #about p,
#table-container #about ul li {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 15px;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
}

#table-container #data {
  position: relative;
}

#table-container #data #no_data_overlay {
  display: none;
  position: absolute;
  top: 80px;
  width: 80%;
  margin: 0 8%;
  padding: 10px;
  height: 150px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 400;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}

#table-container #data #no_data_overlay p {
  font-size: 1.5em;
  line-height: 150%;
}

#table-container #data #table-wrapper {
  max-height: 640px;
  overflow: scroll;
}

#table-container #data #table-wrapper table {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-bottom: 0 !important;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
  border: 1px solid #999;
}

#table-container #data #table-wrapper table th {
  cursor: pointer;
  width: 50%;
  background: #f2f3e9;
}

#table-container #data #table-wrapper table th.sorted {
  color: #fff;
  background: #b7b8af;
}

#table-container #data #table-wrapper table th:not(.sorted):hover {
  background: #e5e2d2;
}

#table-container #data #table-wrapper table tbody::-webkit-scrollbar {
  -webkit-appearance: none;
}

#table-container #data #table-wrapper table tbody::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

#table-container #data #table-wrapper table tr.blank {
  display: none;
}

#table-container #data #table-wrapper table tbody tr:hover {
  background: rgba(0, 0, 0, 0.2);
}

#table-container #data #table-wrapper table tr:nth-child(even) {
  background: #eee;
}

#table-container #data #table-wrapper table th,
#table-container #data #table-wrapper table td {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 12px;
}

#table-container #data #table-wrapper table tbody td:last-of-type {
  text-align: right;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

td .countyColor,
li .countyColor {
  width: 12px;
  height: 12px;
  border: 1px solid #666;
  margin-right: 6px;
  margin-top: 4px;
  float: left;
  border-radius: 50%;
}

td .countyColor.level1,
li .countyColor.level1 {
  background: #ebecd9;
}

td .countyColor.level2,
li .countyColor.level2 {
  background: #d7dbb3;
}

td .countyColor.level3,
li .countyColor.level3 {
  background: #c3ca8c;
}

td .countyColor.level4,
li .countyColor.level4 {
  background: #949d49;
}

td .countyColor.level5,
li .countyColor.level5 {
  background: #6f7537;
}

td .countyColor.level6,
li .countyColor.level6 {
  background: #f1f2f2;
}

p.source {
  clear: both;
  color: #888;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif !important;
  font-size: 1rem;
  font-style: normal;
  margin-top: 20px;
}

@media screen and (min-width: 675px) {
  #js-before-table-nav {
    position: absolute;
    width: 100%;
    max-width: 960px;
  }
  #table-container {
    margin-top: 180px;
  }
  #table-container #about {
    float: left;
    width: 50%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #table-container #data {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 959px) {
  #nav-container #menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 640px;
  }
  #nav-container #menu #switch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #nav-container #menu #legend li {
    padding: 0;
  }
}

@media screen and (max-width: 675px) {
  #interactive.w660 h2.sentFrom {
    font-weight: 100;
    text-align: center;
    font-size: 3em;
    margin-bottom: 15px;
  }
  #legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #table-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #table-container #data tbody {
    height: 400px;
    overflow-y: overlay;
    overflow-x: hidden;
  }
  #table-container #data table th {
    width: 50%;
  }
  #menu li {
    margin-bottom: 0;
  }
  #menu li:nth-child(2) {
    clear: both;
  }
  #js-select-country select {
    width: 100%;
    max-width: 675px;
    margin-top: 0px;
  }
  h2.outgoing,
  h2.incoming {
    font-size: 2em !important;
  }
}
/*# sourceMappingURL=index.css.map */