@font-face { font-family: 'NotoSans'; src: url('/static/NotoSans.e30fe55b.woff2') format('woff2'); font-weight: 350; font-style: normal; }
html { box-sizing: border-box; font-family: 'NotoSans'; font-variant-numeric: tabular-nums; }
*, *:before, *:after { box-sizing: inherit; }
table { border-collapse: collapse; }
dialog>form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  &>:first-child {
    margin: auto;
  }
  & hr {
    margin-left: 0;
    margin-right: 0;
  }
  &>label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: smaller;
  }
  &>:last-child {
    display: flex;
    justify-content: flex-end;
  }
}
