/* 
    Created on : Oct 23, 2015, 4:40:47 PM
    Author     : Luke
*/
.entry .SFInstgramNext {
	height: 80px;
    width: 80px;
    border-radius: 40px;
	background:#FFF;
    border:1px solid #7B7B7B;
	color: #151515;
    text-align: center;
	font:10px/79px sans-serif;/*(line-height to center)*/
    cursor: pointer;
	margin: 7px auto;
}
.entry .SFInstagram a {
	display:inline-block;
	padding:0; margin:0; width:33%;
}
.entry .SFInstagram a img {
	padding:3px 5px;
	width:calc(100% - 10px);
}