#instawp-settings ul li{
	margin: 10px;
}

span.code-highlight {
	background: white;
	padding: 3px 5px;
}

#instawp-feed {
	width: 100%;
}

.instawp-image-wrap {
	background-color: rgba(250, 250, 250, 0.8);
	margin: 1%;
	max-width: 23%;
	max-height: 23%;
	display: inline-block;
	vertical-align: top;
	-mox-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.instawp-image-hovered {
	-mox-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}

.instawp-image-wrap img.square {
	display: block;
	box-shadow: none;
	-moz-border-bottom-right-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.instawp-image-wrap img.round {
	display: block;
	box-shadow: none;
}

.instawp-image-wrap span {
	color: #666;
	font-size: 12px;
	text-align: left;
	max-width: 94%;
	display: inline-block;
	padding: 3%;
	-moz-text-shadow: 1px 1px 1px #f2f2f2;
	-webkit-text-shadow: 1px 1px 1px #f2f2f2;
	text-shadow: 1px 1px 1px #f2f2f2;
}

#instawp-widget-feed {
	background-color: rgba(250, 250, 250, 0.8);;
	width: 100%;
	padding: 1% 0.5%;
	text-align: center;
}

#instawp-widget-feed div {
	margin: 0.5%;
	max-width: 48%;
	max-height: 48%;
	display: inline-block;
}

#instawp-widget-feed img {
	
}

.get-more #more {
	width: 20%; 
	margin: 10px auto; 
	padding: 10px 0;
}

.get-more #widget-more {
	display: none;
}