.ig-follow {
    margin: 0;
}
.ig-follow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ig-count {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    margin: 0 0 0 5px;
    max-width: 100%;
    min-height: 20px;
    min-width: 15px;
    position: relative;
}
.ig-count a {
    color: #666 !important;
    display: inline-block;
    padding: 4px 2px;
    text-decoration: none;
    vertical-align: middle;
}
.ig-count a.ig-err {
    color: red !important;
    text-decoration: underline !important;
}
.ig-count i, .ig-count u {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #aaa transparent -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 4px 4px 4px 0;
    height: 0;
    left: 0;
    line-height: 0;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    width: 0;
}
.ig-count i {
    background: #fff !important;
    color: #fff !important;
}
.ig-count i {
    color: #fff !important;
}
.ig-count u {
    border-right-color: #fff;
    margin-left: -3px;
    padding: 0 !important;
}
.ig-background {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(81, 129, 166, 1) 0%, rgba(47, 82, 131, 1) 100%) repeat scroll 0 0;

    background: -webkit-gradient(linear, left top, left bottom, from(#5181a6), to(#2f5283));    
    border: 1px solid #2f5283;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #7fa4bf inset, 0 0 1px 0 #333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 2px 6px;
    vertical-align: top;
}
.ig-background:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(47, 82, 131, 1) 0%, rgba(81, 129, 166, 1) 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#2f5283), to(#5181a6));    

    box-shadow: 0 -1px 0 0 #7fa4bf inset, 0 0 1px 0 #333;
}
#ig-camera, #ig-text {
    color: white;
    display: inline-block;
    vertical-align: top;
}
.IGF {
    border: 0 none;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.IGF .ig-background {
    font-size: 10px;
    white-space: nowrap;
}
.IGF.medium {
    font-size: 13px;
}
.IGF.medium .ig-background {
    padding: 3px;
}
.ig-camera, .ig-text {
    color: white !important;
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
}
.ig-text {
    font: 10px Arial;
    padding: 0 3px !important;
    text-transform: none;
    vertical-align: middle;
}
.ig-background, .ig-count {
    vertical-align: middle;
}
.IGF {
    display: inline-block;
    font-size: 10px;
    vertical-align: top;
}
.IGF .ig-count {
    font-family: arial !important;
    font-size: 1em !important;
}
.IGF.large .ig-text {
    padding: 0 3px 0 4px !important;
}
.IGF.small .ig-text {
    padding: 0 4px !important;
}
.IGF.medium .ig-text {
    padding: 0 4px !important;
}
.IGF.medium {
    font-size: 12px;
}
.IGF.medium .ig-background {
    padding: 2px;
}
.IGF.large {
    font-size: 14px;
}
.IGF.large .ig-background {
    padding: 3px;
}
.IGF.large img {
    height: 19px;
    width: 19px;
}
.IGF.large .ig-count a {
    padding: 4px;
}
.IGF.followed .ig-background {
    background: rgba(133, 165, 190, 1) none repeat scroll 0 0 !important;
    border-color: #5d779b;
    color: #ddd !important;
    cursor: auto;
}
.IGF.followed .ig-text {
    color: #ddd;
}
.IGF a i,
.IGF a:hover i {
    color: #ffffff;
}


.arrow_box {
    margin-left: 6px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 4px;
  min-height: 20px;
  min-width: 15px;
  line-height: 20px;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 4px;
	margin-top: -4px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 5px;
	margin-top: -5px;
}