/* Reusable */
.errors {
  border: 1px solid #d60000;
  background-color: red;
}
.link {
  color: #66c;
}
.link:hover {
  text-decoration: underline;
  color: #4747c2;
  cursor: pointer;
}
.left {
  text-align: left;
}
.heading {
  font-size: 150%;
}
.button_icon {
  margin-right: .5em;
}
body {
  background-color: #fffffd;
}
input {
  font-size: medium;
}
select {
  font-size: medium;
}
input.number {
  max-width: 3.5em;
  margin: 0 0.5em 0 0;
}
select.number {
  min-width: 3.6em;
}
input.button {
  background-color: #fafaff;
  font-size: 100%;
  padding: 0.1em 1.5em;
  margin-right: 0.5em;
  border-radius: 5px;
}
button {
  background-color: #fafaff;
  font-size: 100%;
  padding: 0.1em 1.5em;
  margin-right: 0.5em;
  border-radius: 5px;
}
hr {
  margin: 2em 0;
  border-color: #eef;
}
table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}
table thead {
  background-color: #eef;
}
table thead th {
  text-align: center;
}
table tr {
  border: 1px solid #eee;
}
table th,
table td {
  text-align: left;
  padding: 0.4em 0.4em;
}
/* Components */
.marker {
  display: flex;
  justify-content: space-between;
}
.marker__info {
  flex: auto;
}
.marker__weight {
  font-size: small;
  color: #bbb;
  display: inline-block;
  margin: 0 1em;
}
.markermap {
  width: 100%;
  min-height: 400px;
}
/* Top level */
#app {
  margin: 1em auto;
  max-width: 800px;
  min-height: 500px;
  font-family: 'Helvetica', sanserif;
  font-size: 16pt;
}

/*# sourceMappingURL=main.css.map */
