body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  background-size: cover;
  background-position: center; 
  padding: 10px 50px 10px 50px;
  text-align: center;
  margin-bottom: 0px;
}

header a {
  color: #0c8282;
  text-decoration: none;
}

header h4 {
  font-weight: normal;
}

.bg-quinn {
  background-color: rgba(12, 130, 130, 0.4);
}

.admin {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    color: #999;
}

a.admin, .admin a {
    color: #999;
}

footer {
  margin-top: auto;
  padding: 10px;
}

.copyright {
  color: #999;
  text-align: center;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

.account-card {
  width: 400px;
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
}

.narrow {
  width: 1%;
}

.natural {
  width: auto;
}

.small {
  font-size: 80%;
}

.tight p {
  margin-bottom: 4px;
}

#sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

textarea {
    height: 7em;
}

.django-ckeditor-widget{
  width: 100%;
}
