#socialbuttons {
  display: inline-block;
  padding: 6px 0 0 6px;
  background: #FFF;
  border: 1px solid #E9E9E9;
  margin-top: 10px;
  margin-bottom : 5px;
  border-radius: 4px;
}
#socialbuttons:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;
}
#socialbuttons a {
  opacity: 0.5;
  vertical-align: bottom;
}
#socialbuttons:hover a {opacity: 0.7}
#socialbuttons a:hover {opacity: 1}

