.shared-panel{
	overflow: auto;
	text-align: center;
}
.shared-panel span{
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
}
.shared {
	display: inline-block;
	/*width: 30px;
	height: 30px;
	margin: 5px 0;
	padding: 0;*/
	width: 45px;
	height: 45px;
	margin: 5px 15px;
	padding: 10px;
        /* Recurso incluido en la descarga del ejemplo */
	background: url("shared.png") no-repeat;
	float: center;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 50%;
}
.shared:hover{
	opacity: 0.7;
}
.shared.gp {background-position: 0px 0px; background-color: 
#E62B34;}
.shared.tt {background-position: 0px -30px; background-color: 
#43BDF0;}
.shared.ce {background-position: 0px -60px; background-color: 
#8A898D;}
.shared.wa {background-position: 0px -90px; background-color: 
#0dc143;}
.shared.fb {background-position: 0px -120px; background-color: 
#6081C4;}

.st2{
   border-radius: 0;
}
.st3{
   border-radius: 5px;
}