.ig-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,0.5) url(/img/loading.gif) no-repeat center center;
}

.ig-feed-elements {
	width: 100%;
	height: 100%;
}

.ig-feed-elements h1 {
	font-size: 22px;
	margin-bottom: -10px;
	margin-left: 5px;
}

.ig-feed-elements {
	font-size: 13px;
}

.ig-feed-el-header {
	width: 100%;
	margin-bottom: 10px;
}

.ig-profile-picture, .ig-profile-details {
	display: inline-block;
}

.ig-profile-picture {
	vertical-align: top;
	margin-bottom: 10px;
}

.ig-profile-username {
	width: 400px;
}

.ig-counts {
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
}

.ig-counts p {
	font-size: 12px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: -5px;
}

.ig-counts-number {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.ig-feed-grid-navigation-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.hideInstagramDescriptions {
	display: none;
}

.instagramDescriptionWrapper {
	display: block;
}

.ig-lightbox-details a {
	font-weight: bold;
	text-decoration: none;
}

.ig-lightbox-description {
	margin-top: 10px;
}

.ig-lightbox-description a {
	color: #125688;
}

.ig-placeholder-images{
	width: 100px; 
	height: 100px;
	overflow: hidden;
}

.ig-feed-compact-picture-description a {
	color: #125688;
}

.ig-feed-compact-picture-description::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.ig-feed-compact-picture-description::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.ig-feed-compact-picture-description::-webkit-scrollbar-thumb
{
	background-color: #545454;
}

.ig-feed-compact-picture-details {
	margin-top: 10px;
	font-weight: bold;
}