body {
  font-family: Inter, sans-serif;
  font-size: 11pt;
  max-width: 520px;
  margin: 0px auto;
  padding: 10px;
  color: #333;
}

*,
*::before,
*::after
{
    box-sizing: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-stretch: inherit;
  line-height: inherit;
  margin: 0;
}

#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.project {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.project:hover {
  text-decoration: underline;
}

.box {
  height: 18px;
  padding: 2px 8px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  border-radius: 0px;
  text-decoration: none;
  width: fit-content;
}

.input {
  outline: none;
  height: 18px;
  border: 1px solid #000;
  border-radius: 0px;
  box-shadow: inset 2px 2px #ddd;
  padding: 2px 8px;
  min-width: 128px;
}

.textarea {
  outline: none;
  border: 1px solid #000;
  border-radius: 0px;
  box-shadow: inset 2px 2px #ddd;
  padding: 2px 8px;
  min-width: 128px;
  resize: vertical;
}

.nick {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  padding-right: 4px;
}

.card {
  border-top: 1px solid #aaa;
  padding: 8px 0px;
}

.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.loading {
  display: flex;
  justify-content: center;
}

.center {
  align-items: center;
}

.grow {
  flex-grow: 1;
}

.check {
  padding-right: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mute {
  opacity: 0.6;
}

#profile_header {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

#squares {
  border-spacing: 3px;
  border-radius: 2px;
  border-width: 1px;
}

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

.card-content {
  margin-top: 8px;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
}

#content {
  padding-bottom: 48px;
}

#footer > * {
  max-width: 520px;
  margin: 0px auto;
  padding: 8px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 42px;
  margin-right: 4px;
  object-fit: cover;
}

.square {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.green {
  background-color: #30a14e;
}

.grey {
  background-color: #ebedf0;
}

.img {
  max-width: 100%;
  max-height: 384px;
  display: flex;
  margin: 8px auto;
  border: 1px solid #aaa;
  border-radius: 0px;
  box-shadow: 2px 2px #bbb;
  object-fit: contain;
}

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  box-shadow: 2px 2px #bbb;
}

.bg-green {
  color: #fff;
  background-color: #137752;
}

.bg-orange {
  color: #fff;
  background-color: #e50;
}

.bg-blue {
  color: #fff;
  background-color: #049;
}

.icon {
  width: 1rem;
  height: 1rem;
  display: block;
}

.error {
  color: red;
}

.mt-8 { margin-top: 8px; }
.mb-8 { margin-bottom: 8px; }
.ml-8 { margin-left: 8px; }
.mr-8 { margin-right: 8px; }

.mt-4 { margin-top: 4px; }
.mb-4 { margin-bottom: 4px; }
.ml-4 { margin-left: 4px; }
.mr-4 { margin-right: 4px; }

.mt-2 { margin-top: 2px; }
.mb-2 { margin-bottom: 2px; }
.ml-2 { margin-left: 2px; }
.mr-2 { margin-right: 2px; }

i {
  font-size: inherit;
  font-style: normal;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: .75em;
  vertical-align: middle;
}

summary::-webkit-details-marker {
   display: none;
}

summary {
  display: block;
}

.settings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 8px;
}

.settings-table > tr {
  margin-bottom: 8px;
}

.settings-label {
  text-align: right;
  vertical-align: top;
  margin-right: 4px;
}
