body {
  font-family: sans-serif;
  font-size: 1.1em;
  margin: 10%;
  text-align: justify;
  line-height: 1.3em;
}

select {
  padding: 10px;
  margin: auto;
  width: 100%;
  font-size: 1em;
}

option {
  font-size: 1em;
}

footer {
  margin-top: 10%;
}

.tooltip {
    position: absolute;
    text-align: middle;
    width: auto;
    height: auto;
    margin: 0.5% 1% 0.5% 1%;
    padding: 0.5% 1% 0.5% 1%;
    font: 12px sans-serif;
    background: lightgreen;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}


table {
  width: 80%;
  margin: 0% 10% 0% 10%;
  background-color: none;
  text-align: center;
}
thead tr {
  background-color: mediumseagreen;
  color: white;
}

table .odd {
  background-color: seashell;
}

table tr {
  line-height: 2em;
}

a {
  text-decoration: none;
  color: dodgerblue;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stretch {
  align-items: stretch;
}

input[type="color"] {
  width: 100%;
  height: 100%;
}

/*
.selectGroup {
  width: 20%;
  float: left;
}

.selectType {
  width: 75%;
  float: right;
}
*/
