/* 
* Place your custom CSS styles in this file. 
* When upgrading the plugin just keep a backup copy of this file 
* so you don't lose the CSS changes you made during the upgrade.
*/

/* added this to adjust the size of the thumbnail in the store. Also the color of the "Visit the Shop" link */
.thumb-image{
	width:135px;
	height:185px;
	}
div.entry-content a {
    	color: red;
	}