.up-globe-chart-container,.up-globe-active-checks-container {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  height: 400px;
  margin-bottom: 40px;
}

table {
  max-width: 900px;
  margin-bottom: 1rem;
  font-size: 14px;
  align: center;
}

table th, table td {
  padding: 6px 10px;
  text-align: left;
}

.hidden {
  display: none;
}

.soft-rule {
  margin-top:25px;
  margin-bottom:25px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 50%;
  max-width: 450px;
}

#up_globe_selected_countries {
  display: none;
}
