    .polopoly_embed {
  max-width: 100%;
}

.country {
    text-align: center;

  width: 100%;
  max-width: 700px;
  margin: 30px auto;
  font-family: "CTVSans-Regular", "CTV Sans", sans-serif;
}

.country-title-div {
  line-height: 1;
}

.country-pin {
  display: inline-block;

  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 40px;
  margin-bottom: -7px;
  margin-left: -7px;
}

.country-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 1px;

  font-size: 24px;
  font-family: "CTVSans-Bold", "CTV Sans", sans-serif;
}

.country-status {
  display: inline-block;
  font-size: 13px;
  padding: 5px 8px;
  color: rgba(22, 22, 22, 0.9);
  border-radius: 2px;
  line-height: 1;
}

.country-content {
  margin: 12px auto 7px;

  border: 1px solid #dadada;
  display: grid;
}

.content-title {
  font-family: "CTVSans-Bold", "CTV Sans", sans-serif;
  font-size: 12px;
  padding: 10px 20px 0;
}

.content-text {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}

.content-text-italic {
  font-style: italic;
  color: #aaa;
}

.content-chart {
  position: relative;
  background: #fafafa;
  box-sizing: border-box;
}

.chart-div {
  height: 200px;
}

.chart-title {
  font-family: "CTVSans-Bold", "CTV Sans", sans-serif;

  font-size: 12px;
  text-align: center;
  margin: 7px 0;
  color: #aaa;
}

.chart-canvas {
  width: 100%;
  height: 100%;
}

/* Charts */

.bold-text {
  /**/
  font-weight: 700;
  /**/
  font-family: "CTVSans-Bold", "CTV Sans", sans-serif;
}

.country-name {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}

.canada .country-name {
  color: red;
}

.country-number {
  color: #222;
  font-family: "CTVSans-Regular", "CTV Sans", sans-serif;
  font-size: 14px;

  /**/
  font-weight: 500;
  /**/
}

.country-string {
  font-size: 9px;
  opacity: 0.7;
}

.rank {
  color: #999;
  margin-right: 3px;
}

@media only screen and (max-width: 800px) {
  .chart-div {
    height: 150px;
  }
}

