/*
Theme Name: WishList Framework
Theme URI: http://wishlistproducts.com
Author: WishList Products
Author URI: http://wishlistproducts.com/
Description: WishList Products theme framework based on Bootstrap
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wishlist-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset
----------------------------------------------------------------------------- */
.entry-content table {
    width: 100%;
}

/* Bootstrap Reset
----------------------------------------------------------------------------- */
.navbar-brand.navbar-image {
    padding: 0 15px;
}

.entry-content img {
	max-width: 100%;
  height: auto;
}

/* WordPress Required
----------------------------------------------------------------------------- */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }