body {
  font-size: 100%;
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  // font-family: Helvetica, sans-serif;
}

h1 {
  font-size: 2.7em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.2em;
}

.container {
  max-width: 50em;
  margin: auto;
  padding: 0 1em;
}

#footer ul{
}

.text-lighter {
  opacity: 0.35;
}

.border {
  border: 1px solid black;
}
.rounded {
  border-radius: 4px;
}
.padded {
  padding: 1em;
}

.section {
  max-width: 34em;
  margin: auto;
  padding: 0 1em;
}

.disclaimer {
  font-style: italic;
  font-weight: 700;
}

div#welcome {
}

#expenseTable {
  margin-top: 10px;
}

@media screen and (max-width: 25em) {
  body { font-size: 90%;}
}
