html,
body{
  background: #111;
  width: 100%;
  height: 100%;
}

.fb-share-button,
.fb_iframe_widget{
  display: block !important;
  width: 84px;
  height: 20px;
  -webkit-transform: scale(10,10);
  -moz-transform: scale(10,10);
  transform: scale(10,10);
  position: fixed !important;
  top: 50%;
  left: 50%;
  margin-left: -55px;
}

.pluginSkinLight{
  -webkit-transform: scale(10,10);
  -moz-transform: scale(10,10);
  transform: scale(10,10);
}
