.icutie_social {
	bottom: 6px;
	right: 10px;
	position: fixed;
	overflow: visible;
	z-index: 10000000;
	opacity: 1;
	box-sizing: content-box;
}

.icutie_social_icon {
	padding: 0;
	margin-left: 3px;
	margin-bottom: 3px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	background-color: #dda4b7a3;
}

.icutie_social_icon.title {
	color: #fff;
	font-size: 15px;
	line-height: 1.3em;
	text-align: center;
}

.icutie_social_icon img {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 959px) {
	.icutie_social_icon {
		float: left;
	}
}