h2, h3, h4 {
  margin-top: 12px;
  margin-bottom: 4px;
}

h2 {
  border-bottom: 1px solid black;
}

.container {
  position: relative;
  font-family: Arial;
}

button {
  height: 2em;
  background-color: white;
  border: 1px solid black;
  border-radius: 0.5em;
  color: black;
  cursor: pointer;
  margin: 3px;
}

button:disabled {
  background-color: lightgrey;
  color: grey;
  border: grey;
}

.title-bar {
  background-color: black;
  color: white;
  width: 100%;
  height: 32px;
}

.title-text {
  font-family: Arial;
  float: right;
  margin-right: 8px;
  line-height: 32px;
}

.material-icons.mountain {
  float: right;
  margin-right: 8px;
  line-height: 32px;
}

#workpane {
  min-width: 100%;
  min-height: 800px;
  background-color: white;
}

.mappane {
  min-width: 800px;
  min-height: 800px;
  float: left;
}

.controlspane {
  float: left;
}

.terr-blob-num,
.city-count {
  max-width: 16px;
}

.btn-row {
  padding-bottom: 8px;
}

.hidden {
  display: none;
}

.type-controls {
  border-bottom: 1px solid grey;
}

.section-button {
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 2em;
}

.label-input {
  display: block;
}

text.editing-label {
  background-color: lightblue;
}

.credits-bar {
  background-color: black;
  color: white;
  font-family: Arial;
  height: 32px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 9px;
}

.material-icons.copyright,
.me-attr {
  margin-left: 8px;
  float: left;
  line-height: 32px;
}

.attributions {
  float: right;
  margin-right: 8px;
  line-height: 32px;
}

.credits-bar ul {
  list-style: none;
}

.credits-bar li>a {
  text-decoration: none;
  color: white;
}

.credits-bar li {
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

.credits-list {
  padding: 12px;
  margin: 0;
}

.credits-container {
  background-color: black;
  position: absolute;
  right: 0;
  bottom: 32px;
}