.row-socialblock {
	border: 0px;
}
.row-socialblock .socialsetup {
	width: 200px;
	border: 0px;
}
.row-socialblock .socialsetup li {
	border-radius: 0px !important;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
.row-socialblock .socialsetup li:last-child {
	margin: 0px;
}
.row-socialblock .socialsetup li div:first-child {
	border-right: 1px solid white;
	width: 34px;
	text-align: center;
	padding: 4px 0px 0px 0px;
}
.row-socialblock .socialsetup li div:first-child img {
	margin: 4px auto 0px auto;
}
.row-socialblock .socialsetup li div.ss-txt {
	color: #fff;
	padding: 0px 8px;
	width: unset;
	position: relative;
	top: -5px;
}
.row-socialblock .socialsetup li div.ss-check, .row-socialblock .socialsetup li div.ss-action {
	display: none;
}
.row-socialblock .socialsetup li div.ss-txt-not:hover {
	text-decoration: none;
}
.row-socialblock li[socialmedia="Facebook"], .row-socialblock li[socialmedia="Facebook"]:hover {
	background-color: #3b5998;
}
.row-socialblock li[socialmedia="Google"], .row-socialblock li[socialmedia="Google"]:hover {
	background-color: #dc4a38;
}
.row-socialblock li[socialmedia="Yahoo"], .row-socialblock li[socialmedia="Yahoo"]:hover {
	background-color: #6c0f72;
}