﻿.widget_zshare_widget {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.widget_zshare_widget > h1, .widget_zshare_widget > a {
	display: table-cell;
	vertical-align: top;
}

.widget_zshare_widget h1 {
	font-size: 1em;
	opacity: 0.5;
	margin: 0 !important;
	padding: 0;
}
.widget_zshare_widget a {
	border: none !important;
	outline: 0 !important;
}

div.zshare {
	width: 20px;
	height: 20px;
	background-image: url(../images/zshare.png);
	opacity: 0.45;
	margin-left: 5px;
	transition: opacity 0.1s linear;
}
div.zshare:hover {
	opacity: 0.7;
}
div.zshare-twitter {
	background-position: 0px 0px;
}
div.zshare-facebook {
	background-position: -20px 0px;
}
div.zshare-linkedin {
	background-position: -40px 0px;
}
div.zshare-reddit {
	background-position: -60px 0px;
}
div.zshare-googleplus {
	background-position: -80px 0px;
}
div.zshare-pocket {
	background-position: -100px 0px;
}
div.zshare-email {
	background-position: -120px 0px;
}
div.zshare-print {
	background-position: -140px 0px;
}
