.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.link-unstyled {
  text-decoration: none;
  color: inherit;
}

.link-container {
  position: relative;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-unstyled li {
  list-style: none;
}

.container-fix {
  max-width: 800px;
  margin: 0 auto;
}

.btn-sm {
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
}

.navbar-hidden {
  height: 2rem;
}