.instagram-image
{
	padding: 5px;
	background-color: #fff;
	float:left;
	margin-right: 10px;	
	margin-top: 5px;
}
 
html[xmlns] .instapress-shortcode 
{
	display: block;
}
 
* html .instapress-shortcode 
{
	height: 1%;
}

.instapress-shortcode:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.instapress-shortcode 
{
	display: inline-block !important;
}

	.instapress-shortcode .instapress-shortcode-image
	{
	    float: left;
	    margin-right: 10px;
	    margin-top: 10px;
	}
	
.instagram-images-clear
{
	clear: both;
	display: block;
	height: 1px;
}