@media (min-width: 792px) {
  .nav-users {
    position: fixed;
  }
}
.body {
  background: #f5f5f5;
  color: black;
}
.social-account-container {
  display: inline-block;
  position: relative;
}
.btn-remove-account {
  top: 10px;
  right: 10px;
  position: absolute;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: white;
  cursor: inherit;
  display: block;
}
.user-profile-picture {
  min-height: 150px;
  max-height: 150px;
}
.btn-addUser {
  float: right;
  text-align: center;

}

.org-list-header {
  color: white;
}

.page .org-list {
  background: #f5f5f5;
  color: black;

}

.user-list-header {

  color: white;
}

.page .user-list {


}

.span {

  display:inline-block;
  margin-left:  10px;
  margin-right: 20px;
}



