{
  "action": "Product-SizeChart",
  "queryString": "cid=tshirts-sizechart",
  "locale": "en_US",
  "success": true,
  "content": "<div>\r\n    <h3 class=\"h4\">T-Shirts Fit Information</h3>\r\n    <p>All t-shirts are in Men's sizes. See below for measurements.</p>\r\n    <div>\r\n        <table class=\"table table-striped\">\r\n            <caption class=\"sr-only\">\r\n                T-shirts Sizing Chart\r\n            </caption>\r\n            <thead>\r\n                <tr>\r\n                    <th scope=\"col\">Men's Size</th>\r\n                    <th scope=\"col\">Body Width</th>\r\n                    <th scope=\"col\">Body Length</th>\r\n                    <th scope=\"col\">Sleeve Top</th>\r\n                </tr>\r\n        </thead>\r\n        <tbody>\r\n                <tr>\r\n                    <th scope=\"row\">SML</th>\r\n                    <td>18\"</td>\r\n                    <td>28\"</td>\r\n                    <td>7.25\"</td>\r\n                </tr>\r\n                <tr>\r\n                    <th scope=\"row\">MED</th>\r\n                    <td>20\"</td>\r\n                    <td>29\"</td>\r\n                    <td>7.75\"</td>\r\n                </tr>\r\n                <tr>\r\n                    <th scope=\"row\">LRG</th>\r\n                    <td>22\"</td>\r\n                    <td>30\"</td>\r\n                    <td>8.25\"</td>\r\n                </tr>\r\n                <tr>\r\n                    <th scope=\"row\">XLG</th>\r\n                    <td>24\"</td>\r\n                    <td>30\"</td>\r\n                    <td>8.75\"</td>\r\n                </tr>\r\n                <tr>\r\n                    <th scope=\"row\">XXL</th>\r\n                    <td>26\"</td>\r\n                    <td>32\"</td>\r\n                    <td>9.25\"</td>\r\n                </tr>\r\n            </tbody>\r\n        </table>\r\n    </div>\r\n</div>"
}