
#farm-profile {
  display: none;
}

.profile-item-title {
  display: block;
  font-family: "Open Sans";
  margin-bottom: 5px;

}

.profile-note {
  font-size: .75em;
}

.following-user-dropdown, .blocked-user-dropdown, .muted-user-dropdown {
  display: none;
}

 .inactive, .inactive a {
    color: rgb(0,0,0,0.4);
    text-decoration: none;
  }

.post-photo-update {
	margin-right: 5px;
}

.followUser {
  display: flex;
  margin: 5px auto;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding-left: 5px;
}

.followUser:hover {
  background-color: #ddd;
}

div.followUser > button {
  box-sizing: border-box;
  margin: 0;
}

#modalContent {
  display: none;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border-radius: 5px;
  width: 60%; /* Could be more or less, depending on screen size */
  background-color: white;
}

#followModal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tab-content {
  margin: 10px 0;
}
