footer {
  font-size: medium;
  background-color: #423E37;
  color: white;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer div.moduletable {
  margin: 0 20px;
}
footer div.moduletable ul.nav {
  list-style: none;
  padding-inline-start: 0;
  text-align: left;
}
footer p {
  display: flex;
  flex-wrap: wrap;
}
footer p .together {
  flex-basis: 100%;
}
footer p .together:first-child {
  margin-bottom: 5px;
}
footer p .nomobile {
  display: none;
}

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