.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;
  }
}
.moduletable.box .module_container {
  background: white;
  box-shadow: 0px 8px 16px rgba(29, 39, 66, 0.04);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 46px;
  padding: 10.2% 9.2% 6.2% 9.2%;
}
@media (min-width: 980px) {
  .moduletable.box:first-child .module_container {
    margin-right: 50px;
  }
}
@media (min-width: 980px) {
  .moduletable.box:last-child .module_container {
    margin-left: 50px;
  }
}
@media (min-width: 980px) {
  .moduletable.indent .module_container {
    padding: 51px 0 0 10px;
  }
}