
.uc_social_buttons *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_social_buttons {
	position:relative;
	width:100%;
	text-align:center;
}

.uc_social_buttons .uc_social_icons a{
	background: #ececec;
    background-position: center center;
    border: 1px solid #b8b8b9;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    display: inline-block;
    height: 32px;
    line-height: 100%;
    position: relative;
    text-decoration: none;
	line-height:32px;
    vertical-align: middle;
    white-space: nowrap;
    width: 32px;
	font-size:20px;
	font-weight:bold;
}