/* Get rid of extra padding and margins the native.eco site has that isn't needed when being iframed */
body.single.single-client_calculator .post.post-details .entry-content {
  border-bottom: none;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
body.single.single-client_calculator .post.post-details {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* For Iframe Resizer */
iframe.clientCalculator {
  width: 1px;
  min-width: 100%;
}

/* .woocommerce-input-wrapper input#my_field_name {
  display: none;
} */