@charset "UTF-8";
#js-global-population-estimates .tooltip {
  margin-bottom: 0;
  font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif; }
  #js-global-population-estimates .tooltip td {
    border-bottom: 0;
    text-align: inherit;
    font-size: 1em;
    padding: 3px 8px 3px 0; }

#js-global-population-estimates p.correlation {
  font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
  font-size: 1.2em;
  text-align: right;
  margin: 20px 0 0; }
  #js-global-population-estimates p.correlation span {
    font-weight: bold; }

#js-global-population-estimates p.source {
  color: #888;
  font-size: 1.2em;
  margin-top: 20px;
  font-style: normal;
  font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif; }

#js-global-population-estimates .toggle {
  overflow: auto;
  height: 100%; }

#js-global-population-estimates .toggle .switch {
  overflow: auto;
  float: left;
  height: 100%;
  font-family: "franklin-gothic-urw",​Verdana,​Geneva,​sans-serif; }

#js-global-population-estimates .toggle .switch:nth-child(n+2) {
  margin-left: 15px; }

#js-global-population-estimates .toggle legend,
#js-global-population-estimates .singular .content .toggle .legend {
  font-size: 10px;
  padding: 6px 0;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "franklin-gothic-urw",​Verdana,​Geneva,​sans-serif;
  line-height: 1; }

#js-global-population-estimates .toggle input {
  margin-right: 15px; }

#js-global-population-estimates .has-js .toggle input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

#js-global-population-estimates button,
#js-global-population-estimates a.button,
#js-global-population-estimates .toggle label,
#js-global-population-estimates .toggle a {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  color: #969696;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-left: 0;
  float: left;
  position: relative;
  text-shadow: none;
  background: white;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), to(white));
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  /* IE6-9 */ }
  #js-global-population-estimates button.selected,
  #js-global-population-estimates a.button.selected,
  #js-global-population-estimates .toggle label.selected,
  #js-global-population-estimates .toggle a.selected {
    color: #7C7668;
    -webkit-box-shadow: inset 1px 1px 2px 0 #9c9c9c;
    box-shadow: inset 1px 1px 2px 0 #9c9c9c;
    background: #e2dfce;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dfce), color-stop(100%, #f2f3e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2dfce 0%, #f2f3e9 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#e2dfce), to(#f2f3e9));
    background: linear-gradient(to bottom, #e2dfce 0%, #f2f3e9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2dfce', endColorstr='#f2f3e9', GradientType=0 );
    /* IE6-9 */
    cursor: default; }

#js-global-population-estimates button,
#js-global-population-estimates a.button {
  float: none; }

#js-global-population-estimates .has-js .toggle label.focused,
#js-global-population-estimates .toggle :focus {
  color: #BC7B2B; }

#js-global-population-estimates button,
#js-global-population-estimates a.button,
#js-global-population-estimates .toggle label:first-of-type,
#js-global-population-estimates .toggle a:first-of-type,
#js-global-population-estimates .toggle .first {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #AAAAAA; }

#js-global-population-estimates button,
#js-global-population-estimates a.button,
#js-global-population-estimates .toggle label:last-of-type,
#js-global-population-estimates .toggle a:last-of-type,
#js-global-population-estimates .toggle .last {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

@media (max-width: 630px) {
  #js-global-population-estimates .toggle {
    float: none;
    margin-right: 0;
    margin-bottom: 10px; }
  #js-global-population-estimates .toggle label {
    float: none;
    display: block;
    width: auto;
    border-left: 1px solid #AAAAAA;
    border-top: 0;
    padding: 10px 12px; }
  #js-global-population-estimates .toggle label:first-of-type,
  #js-global-population-estimates .toggle label.first {
    border-top: 1px solid #AAAAAA;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  #js-global-population-estimates .toggle label:last-of-type,
  #js-global-population-estimates .toggle label.last {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px; } }