#logout-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  /* from hyper. apparently all the hyper is doing is VERY important */
  color: RGBA(217,77,77,var(--ct-link-opacity,1)) !important;
  text-decoration-color: RGBA(217,77,77,var(--ct-link-underline-opacity,1)) !important;
  padding-right: .75rem !important;
  padding-left: .75rem !important;
}

.project-list-card {
  margin-bottom: 0;
}

.project-list-title {
  font-size: 1.1rem;
  font-weight:800;
}


.project-list-card-header {
  background-color: rgba(0, 0, 0, .08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.project-list-badge {
  width: 85px;
  padding: 5px 10px !important;
  float: right !important;
}

.project-list-placeholder {
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}