html,
body {
  margin: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.header {
  height: 14px;
  background-color: #e11616;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
#map {
  flex: 1;
}
dialog .message p {
  margin: 3px 0;
}
.stacked-label-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  /* Keeps numbers aligned */
  font-weight: bold;
  color: red;
  padding: 0;
  border-radius: 0;
}
.stacked-label-container .label-line {
  width: 100%;
  height: 2px;
  background-color: red;
  margin: 0;
}
.stacked-label-container .name {
  line-height: 1;
  font-size: 15px;
}
.stacked-label-container .top-number,
.stacked-label-container .bottom-number {
  line-height: 1;
  font-size: 14px;
}
body.inactive-tma1 .stacked-label-container.label-tma1,
body.inactive-tma2 .stacked-label-container.label-tma2,
body.inactive-tma3 .stacked-label-container.label-tma3,
body.inactive-tma4 .stacked-label-container.label-tma4,
body.inactive-tma5 .stacked-label-container.label-tma5,
body.inactive-tma6 .stacked-label-container.label-tma6,
body.inactive-ctr .stacked-label-container.label-ctr {
  color: green;
}
body.inactive-tma1 .stacked-label-container.label-tma1 .label-line,
body.inactive-tma2 .stacked-label-container.label-tma2 .label-line,
body.inactive-tma3 .stacked-label-container.label-tma3 .label-line,
body.inactive-tma4 .stacked-label-container.label-tma4 .label-line,
body.inactive-tma5 .stacked-label-container.label-tma5 .label-line,
body.inactive-tma6 .stacked-label-container.label-tma6 .label-line,
body.inactive-ctr .stacked-label-container.label-ctr .label-line {
  background-color: green;
}
body.selected-tma1 .stacked-label-container.label-tma1,
body.selected-tma2 .stacked-label-container.label-tma2,
body.selected-tma3 .stacked-label-container.label-tma3,
body.selected-tma4 .stacked-label-container.label-tma4,
body.selected-tma5 .stacked-label-container.label-tma5,
body.selected-tma6 .stacked-label-container.label-tma6,
body.selected-ctr .stacked-label-container.label-ctr {
  color: #ffff41;
}
body.selected-tma1 .stacked-label-container.label-tma1 .label-line,
body.selected-tma2 .stacked-label-container.label-tma2 .label-line,
body.selected-tma3 .stacked-label-container.label-tma3 .label-line,
body.selected-tma4 .stacked-label-container.label-tma4 .label-line,
body.selected-tma5 .stacked-label-container.label-tma5 .label-line,
body.selected-tma6 .stacked-label-container.label-tma6 .label-line,
body.selected-ctr .stacked-label-container.label-ctr .label-line {
  background-color: #ffff41;
}
/*# sourceMappingURL=style.css.map */