/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.share {
  position: relative;
}

.share .fb-like {
  min-height: 31px;
  vertical-align: bottom;
  margin: 0 10px -10px 0;
}

.share .fb-like.layout-box_count {
  min-height: 50px;
}

.fb-comments span,
  .fb-comments span iframe
{
  min-width: 550px;
  width: auto !important;
}
