.add-this-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.add-this-panel .add-cont {
	min-width: 70px
}

.add-this a {
	font-family:'Proxima N W01 Bold';
	color: #4a8ebb;
	text-transform: uppercase;
	font-size: 15px;
}

.add-this a i {
	margin-left: 2px;
}