.moduletable:before,
.moduletable:after {
  display: table;
  content: " ";
}
.moduletable:after {
  clear: both;
}
.moduletable:before,
.moduletable:after {
  content: " ";
  display: table;
}
.moduletable:after {
  clear: both;
}
.moduletable.col-sm-12 + .moduletable {
  clear: both;
}
.moduletable.col-sm-12:last-child {
  margin-bottom: 0;
}
.moduletable.col-sm-12 + * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .moduletable.facebook,
  .moduletable.twitter {
    text-align: center;
  }
}