#things span {
  margin: 5px;
}

#things {
  text-align: left;
}

#things p {
  font-size: 80%;
}

#access-token {
  font-size: 80%;
}

#login-form > p {
  text-align: center;
}

.tab-active {
  background-color: var(--color-unobstrusive-button-bg-hover);
}

form {
  text-align: left;
  margin: 10px 0px;
}

#record-notes-container {
  padding: 0px;
}

#record-notes > div {
  text-align: left;
  padding: 5px;
  position: relative;
  font-size: 80%;
  display: flex;
  flex-direction: column;
}

#record-notes-container > div:first-child {
  padding: 15px;
  border-bottom: 1px lightgray dashed;
}
