@font-face {
	font-family: 'FontAwesomeShare';
	src: url('../../../public/assets/fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('../../../public/assets/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../../public/assets/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../../public/assets/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../../public/assets/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}
li[class*='share-button-']:before{
	font-family: 'FontAwesomeShare';
	font-size: 16px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	text-align: center;
}
.share-button-facebook:before{
	content:"\F09A";
	color: #fff;
	background: #3b5998;
}
.share-button-twitter:before{
	content:"\F099";
	color: #fff;
	background: #6cdfea;
}
.share-button-google-plus:before{
	content:"\F0D5";
	color: #fff;
	background: #e34429;
}
.share-button-pinterest:before{
	content:"\F0D2";
	background: #cb2027;
	color: #fff;
}
.share-button-linkedin:before{
	content:"\F0E1";
	color: #fff;
	background: #007bb6;
}
.share-button-email:before{
	content:"\F0E0";
}

.form-table h3{
	margin-bottom: 0;
	margin-top: 0;
}
.form-table td p.wp-share-admin-row{
	margin-bottom: 10px;
}
.wp-share-admin-row label{
	width: 160px;
	display: inline-block;
}
.services-connection{
	display: inline-block;
	width: 600px;
	height: 100px;
	border: 1px solid #eee;
	background: #fff;
	padding: 5px 10px;
}
.services-connection li{
	display: inline-block;
	border: 1px solid #eee;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 3px;
	cursor: move;
}

