/**
 * Product Page Iframe Styles
 * 
 * This stylesheet contains styles for the iframe used in the FarmTab Products Shortcode plugin.
 * 
 * @version 1.0
 * @author FarmersTable LLC, FarmTab
 */

.productpage-iframe {
    width: 100%;
    border: none;
    overflow: hidden;
    vertical-align: bottom;
    display: block;
}
