/* Popups
================================================================================================ */

#popup_center {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}

/* Remove Friend Popup
================================================================================================ */

#remove_friend_popup {
  width: 300px;
  height: 150px;
  display: none;
}

/* Add Friend Popup
================================================================================================ */

#add_friend_popup {
  width: 300px;
  height: 150px;
  display: none;
}

/* Remove Bookmark Popup
================================================================================================ */

#remove_bookmark_popup {
  width: 300px;
  height: 150px;
  display: none;
}

/* Add Bookmark Popup
================================================================================================ */

#add_bookmark_popup {
  width: 300px;
  height: 150px;
  display: none;
}

/* Leave Group Popup
================================================================================================ */

#leave_group_popup {
  width: 300px;
  height: 150px;
  display: none;
}

/* Remove Group Popup
================================================================================================ */

#remove_group_popup {
  width: 300px;
  height: 150px;
  display: none;
}

/* Join Group Popup
================================================================================================ */

#join_group_popup {
  width: 300px;
  height: 150px;
  display: none;
}