#item-body-bookmarks {
  padding: 10px;
}

#item-body-bookmarks a.bookmark {
  display: inline-block;
  margin-top: 10px;
  clear: both;
  float: left;
}
.bp-custom-pagemenu-haschild{
	position: relative;
	z-index: 1;
}
.bp-custom-pagemenu-haschild  ul{
	display: none;
}


.bp-custom-pagemenu-haschild:hover  ul {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block !important;
  height: auto;
  overflow: hidden;
  padding: 5px 0 !important;
  position: absolute;
  top: 35px;
  z-index: 2;
}

.bp-custom-pagemenu-haschild  ul li a {
  border: medium none !important;
  border-radius: 0 !important;
  margin: 2px 0 !important;
}


#buddypress div.item-list-tabs {
  overflow: visible !important;
}

#bp-custom-page-facebookshare .the_champ_sharing_container  {
  box-shadow: none;
  top: 118px !important;
  width: 29px !important;
  padding: 0 !important;
}

/* Twitter menu tabs */

.twitter-option-content {
    overflow: hidden;
    clear: both;
    width: auto;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
}


.twitter-option-wrapper .twitter-option-menu{
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  color: #23282d;
  margin-bottom: -1px;
}



.twitter-option-wrapper .twitter-option-menu li {

  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 6px 10px;
  cursor: pointer;
    
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-top-color: none;
  border-bottom-color: none;
  border-left-color: none;
  border-right-color: none;

  background: #e4e4e4 none repeat scroll 0 0;
  border-color: #ccc #ccc -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #555;
  margin: -4px 4px -1px 0;

}


.twitter-option-wrapper .twitter-option-menu li:hover {
  background-color: #fff;
  color: #464646;
}

.twitter-option-wrapper .twitter-option-menu li.selected{
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 6px 10px;
  display: inline-block;
  cursor: pointer;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-top-color: none;
  border-bottom-color: none;
  border-left-color: none;
  border-right-color: none;
  border-image: none;
  margin: -4px 4px -1px 0;

}

.twitter-option-wrapper .twitter-option-menu li.selected, #facebook-pixel-wrap .twitter-option-menu li.selected:hover {
  background: #f1f1f1 none repeat scroll 0 0;
  border-bottom: 1px solid #f1f1f1;
  color: #000;
}
