
/* share popup menu */
#socialButtonsSharepopup
{
  display: none;
  position: absolute;
  width: 10em;
  height:3em;
  background: #333;
  padding: .5em;
}


#socialButtonsShareContent
{
  border: 1px solid #5c9ec8;
  background-color:transparent;
  height:98%;

}

#socialButtonsMenuArrow
{
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left:.5em solid #404040;
  top:25%;
  left:100%;
  position: absolute;
}

