div#wrapper {
  width:302px;
  margin-bottom: 15px;
  padding:0;
  font-size:1em;
  border: 1px solid #ccc;
}
.socialbox > h3 {
border-top: 1px solid rgb(64, 117, 170);
margin: 5px 0 10px 0;
padding-left: 28px;
background: rgb(49, 106, 164) no-repeat 8px 50%;
line-height: 24px;
color: white;
font-size: 1.4em;
font-weight: bold;
font-family: Arial;
}

/* Social media button Styles */
ul.social {
  list-style:none outside none;
  margin:0 0.25em;
  padding: .2em .2em 0;
  display:block;
}
ul.social li {
 display:block;
 border:none;
 float:left;
 margin: 1px .2em 0 24px;
position: relative; /*overflow:hidden;*/
}
ul.social li > a:link, ul.social li > a:visited {
  font-size:32px;
  color:rgb(25, 78, 150);
  text-decoration:none;
  padding:12px 8px 12px;
  display:block;
}

ul.social li:first-child {
  margin-left:0.75em;
}
ul.social li > a:hover, ul.social li > a:active {
  color:rgb(154, 176, 199);
    font-size:48px;
    padding:4px 0 0 0;
    margin: 0em;
}

/* Tooltip styles */
div.social-tip {
  display: none;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  /*white-space: nowrap;*/
  width: 325px;
  z-index: 10001;
}

div.social-tip div.tooltip-content {
    background-color:white;
    padding:10px;
}

div.social-tip > div:first-child {
  display:block;
  position:relative;
  height:20px;
  background-image:url('/v4graphics/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
div.social-tip.left > div:first-child {
  background-image:url('/v4graphics/arrow-left.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.social-tip > div.tooltip-content {
  display:block;
  /*display: inline-block;*/
  padding: 1em 0.5em;
  background-color:rgb(255,255,255);
  border-right:2px solid rgb(154, 176, 199);
  border-bottom:2px solid rgb(154, 176, 199);
  border-left:2px solid rgb(154, 176, 199);
  -webkit-box-shadow:  5px 5px 7px 0px rgba(0, 0, 0, 0.4);   
          box-shadow:  5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
}
div.social-tip > div h4 {
  margin-top:0;
}
div.social-tip.left {
  background-position: 100% 0;
}

/*div.social-tip.left div {
  padding: 0 0 0 17px;
}*/

div.social-tip.above {
  background-position: 0 100%;
}

div.social-tip.above div {
  padding: 13px 0 0 12px;
}

div.social-tip.above.left {
  background-position: 100% 100%;
}

div.social-tip.above.left div {
  padding: 13px 0 0 17px;
}

/* 
 * #facebook-item div.social-tip div {
 *   padding:0;
 * }
 */