.container {
  display: flex;
  flex-wrap: wrap;
}

rect.bg {
  fill: #eee;
}
.legend text {
  fill: #fefefe;
}
text {
  text-transform: uppercase;
}
button {
  display: inline;
}
rect {
  fill: #ccc;
  stroke: none;
}
circle {
  fill: white;
  stroke: black;
}
rect.bg {
  fill: #eee;
}
.legend text {
  fill: #fefefe;
}
text {
  text-transform: uppercase;
}
#bars, #donuts {
  font-size: 12px;
}
#donuts path {
  fill: #ccc;
}

.table-container table {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

.table-container tbody td {
  white-space: pre-line;
}

.table-container tbody td.under-development {
  font-style: italic;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.emissions-dashboard-overview thead th {
  text-align: left;
  padding: .2em;
  border: none;
}
.emissions-dashboard-overview td {
  padding: .2em;
  border: none;
}
.emissions-dashboard-overview thead {
  background: #111;
  color: #eee;
}
.emissions-dashboard-overview tbody tr:nth-child(odd) > td {
  background-color: #fff;
}
.emissions-dashboard-overview tbody tr:nth-child(even) > td {
  background-color: #eee;
}

svg {
  display: block;
}

.container > * {
  flex: 1 100%;
  width: 100%;
}

@media (min-width: 961px) {
	.container {
		flex-direction: row;
	}
	.box {
		flex: 1 auto;
	}
}

.container {
	display: flex;
  flex-flow: row wrap;
  gap: 20px;
}

@media all and (max-width: 500px) {
  .container {
    flex-direction: column;
  }
  .table-container table {
    white-space: nowrap;
  }
}

#regions {
  font-size: 0.8em;
}

#regions input {
  margin: 3px;
}

#regions label > span {
  margin-right: 0.5em;
}

.ghg-initiative-signatory {
  font-weight: bold;
}
